Home
last modified time | relevance | path

Searched refs:get_bus_info (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Dvf.h156 s32 (*get_bus_info)(struct e1000_hw *); member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.h30 s32 (*get_bus_info)(struct ixgbe_hw *); member
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c498 .get_bus_info = fm10k_get_bus_info_generic,
Dfm10k_type.h511 s32 (*get_bus_info)(struct fm10k_hw *); member
Dfm10k_pci.c2001 if (hw->mac.ops.get_bus_info) in fm10k_sw_init()
2002 hw->mac.ops.get_bus_info(hw); in fm10k_sw_init()
Dfm10k_pf.c1782 .get_bus_info = fm10k_get_bus_info_generic,
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dhw.h461 s32 (*get_bus_info)(struct e1000_hw *); member
D80003es2lan.c1335 .get_bus_info = e1000e_get_bus_info_pcie,
D82571.c1861 .get_bus_info = e1000e_get_bus_info_pcie,
Dich8lan.c5727 .get_bus_info = e1000_get_bus_info_ich8lan,
Dnetdev.c7155 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3833 .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,
Dixgbe_x540.c837 .get_bus_info = &ixgbe_get_bus_info_generic,
Dixgbe_82598.c1124 .get_bus_info = &ixgbe_get_bus_info_generic,
Dixgbe_82599.c2176 .get_bus_info = &ixgbe_get_bus_info_generic,
Dixgbe_type.h3402 s32 (*get_bus_info)(struct ixgbe_hw *); member
Dixgbe_main.c10756 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()