Searched refs:get_bus_info (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 156 s32 (*get_bus_info)(struct e1000_hw *); member
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 27 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 503 .get_bus_info = fm10k_get_bus_info_generic,
|
D | fm10k_type.h | 513 s32 (*get_bus_info)(struct fm10k_hw *); member
|
D | fm10k_pci.c | 2003 if (hw->mac.ops.get_bus_info) in fm10k_sw_init() 2004 hw->mac.ops.get_bus_info(hw); in fm10k_sw_init()
|
D | fm10k_pf.c | 1781 .get_bus_info = fm10k_get_bus_info_generic,
|
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 505 s32 (*get_bus_info)(struct e1000_hw *); member
|
D | 80003es2lan.c | 1347 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | 82571.c | 1863 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | ich8lan.c | 5816 .get_bus_info = e1000_get_bus_info_ich8lan,
|
D | netdev.c | 7482 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 3903 .get_bus_info = &ixgbe_get_bus_info_generic, 3925 .get_bus_info = &ixgbe_get_bus_info_X550em, 3947 .get_bus_info = &ixgbe_get_bus_info_X550em, 3969 .get_bus_info = ixgbe_get_bus_info_X550em, 3990 .get_bus_info = ixgbe_get_bus_info_X550em,
|
D | ixgbe_x540.c | 836 .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 | 2177 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_type.h | 3417 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 11111 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()
|