Searched refs:get_bus_info (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 156 s32 (*get_bus_info)(struct e1000_hw *); member
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 30 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 498 .get_bus_info = fm10k_get_bus_info_generic,
|
D | fm10k_type.h | 511 s32 (*get_bus_info)(struct fm10k_hw *); member
|
D | fm10k_pci.c | 2001 if (hw->mac.ops.get_bus_info) in fm10k_sw_init() 2002 hw->mac.ops.get_bus_info(hw); in fm10k_sw_init()
|
D | fm10k_pf.c | 1782 .get_bus_info = fm10k_get_bus_info_generic,
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 461 s32 (*get_bus_info)(struct e1000_hw *); member
|
D | 80003es2lan.c | 1335 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | 82571.c | 1861 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | ich8lan.c | 5727 .get_bus_info = e1000_get_bus_info_ich8lan,
|
D | netdev.c | 7155 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 3833 .get_bus_info = &ixgbe_get_bus_info_generic, 3855 .get_bus_info = &ixgbe_get_bus_info_X550em, 3877 .get_bus_info = &ixgbe_get_bus_info_X550em, 3899 .get_bus_info = ixgbe_get_bus_info_X550em, 3920 .get_bus_info = ixgbe_get_bus_info_X550em,
|
D | ixgbe_x540.c | 837 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_82598.c | 1124 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_82599.c | 2176 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_type.h | 3402 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 10756 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()
|