Searched refs:set_fw_drv_ver (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 519 s32 (*set_fw_drv_ver)(struct txgbe_hw *hw, u8 maj, u8 min, u8 build, member
|
| H A D | txgbe_dummy.h | 606 hw->mac.set_fw_drv_ver = txgbe_mac_set_fw_drv_ver_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_hw.c | 2848 mac->set_fw_drv_ver = txgbe_hic_set_drv_ver; in txgbe_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x540.c | 121 mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_generic; in ixgbe_init_ops_X540()
|
| H A D | ixgbe_82598.c | 145 mac->ops.set_fw_drv_ver = NULL; in ixgbe_init_ops_82598()
|
| H A D | ixgbe_api.c | 1141 return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min, in ixgbe_set_fw_drv_ver()
|
| H A D | ixgbe_82599.c | 362 mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_generic; in ixgbe_init_ops_82599()
|
| H A D | ixgbe_type.h | 4001 s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8, u16, member
|
| H A D | ixgbe_x550.c | 59 mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_x550; in ixgbe_init_ops_X550()
|