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

/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h156 s32 (*get_bus_info)(struct e1000_hw *); member in struct:e1000_mac_operations
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h27 s32 (*get_bus_info)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c503 .get_bus_info = fm10k_get_bus_info_generic,
H A Dfm10k_type.h513 s32 (*get_bus_info)(struct fm10k_hw *); member in struct:fm10k_mac_ops
H A Dfm10k_pci.c2003 if (hw->mac.ops.get_bus_info)
2004 hw->mac.ops.get_bus_info(hw);
H A Dfm10k_pf.c1780 .get_bus_info = fm10k_get_bus_info_generic,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c836 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_x550.c3905 .get_bus_info = &ixgbe_get_bus_info_generic,
3927 .get_bus_info = &ixgbe_get_bus_info_X550em,
3949 .get_bus_info = &ixgbe_get_bus_info_X550em,
3971 .get_bus_info = ixgbe_get_bus_info_X550em,
3992 .get_bus_info = ixgbe_get_bus_info_X550em,
H A Dixgbe_82598.c1124 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_82599.c2179 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_type.h3420 int (*get_bus_info)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
H A Dixgbe_main.c11179 hw->mac.ops.get_bus_info(hw);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h505 s32 (*get_bus_info)(struct e1000_hw *); member in struct:e1000_mac_operations
H A D80003es2lan.c1346 .get_bus_info = e1000e_get_bus_info_pcie,
H A D82571.c1862 .get_bus_info = e1000e_get_bus_info_pcie,
H A Dich8lan.c5826 .get_bus_info = e1000_get_bus_info_ich8lan,
H A Dnetdev.c7497 hw->mac.ops.get_bus_info(&adapter->hw);

Completed in 420 milliseconds