diff options
author | Raghu Vatsavayi <rvatsavayi@caviumnetworks.com> | 2016-08-31 14:03:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-31 17:12:48 -0400 |
commit | c0eab5b3580af67196b6b4a59db8ed44fc5ed46c (patch) | |
tree | d34669bf7a4e9a4b4311e2cf58c48c9d02ff599f /drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h | |
parent | 5b07aee11227fa4ccbf9b084e4fb44f655b135c0 (diff) |
liquidio: CN23XX firmware download
Add firmware download support for cn23xx device.
Signed-off-by: Derek Chickles <derek.chickles@caviumnetworks.com>
Signed-off-by: Satanand Burla <satananda.burla@caviumnetworks.com>
Signed-off-by: Felix Manlunas <felix.manlunas@caviumnetworks.com>
Signed-off-by: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h')
-rw-r--r-- | drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h index 36252e7ced1a..33b758992eb2 100644 --- a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h +++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h | |||
@@ -52,4 +52,6 @@ int validate_cn23xx_pf_config_info(struct octeon_device *oct, | |||
52 | struct octeon_config *conf23xx); | 52 | struct octeon_config *conf23xx); |
53 | 53 | ||
54 | void cn23xx_dump_pf_initialized_regs(struct octeon_device *oct); | 54 | void cn23xx_dump_pf_initialized_regs(struct octeon_device *oct); |
55 | |||
56 | int cn23xx_fw_loaded(struct octeon_device *oct); | ||
55 | #endif | 57 | #endif |