Searched refs:get_bus_info (Results 1 – 17 of 17) sorted by relevance
/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 156 s32 (*get_bus_info)(struct e1000_hw *); member
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 30 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
/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 | 2004 if (hw->mac.ops.get_bus_info) in fm10k_sw_init() 2005 hw->mac.ops.get_bus_info(hw); in fm10k_sw_init()
|
D | fm10k_pf.c | 1781 .get_bus_info = fm10k_get_bus_info_generic,
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 484 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 | 5800 .get_bus_info = e1000_get_bus_info_ich8lan,
|
D | netdev.c | 7430 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 3858 .get_bus_info = &ixgbe_get_bus_info_generic, 3880 .get_bus_info = &ixgbe_get_bus_info_X550em, 3902 .get_bus_info = &ixgbe_get_bus_info_X550em, 3924 .get_bus_info = ixgbe_get_bus_info_X550em, 3945 .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 | 2175 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_type.h | 3413 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 11021 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()
|