Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h156 s32 (*get_bus_info)(struct e1000_hw *); member
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h27 s32 (*get_bus_info)(struct ixgbe_hw *); member
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h513 s32 (*get_bus_info)(struct fm10k_hw *); member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h503 s32 (*get_bus_info)(struct e1000_hw *); member
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.c5958 .get_bus_info = e1000_get_bus_info_ich8lan,
H A Dnetdev.c7491 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c1125 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_e610.c4004 .get_bus_info = ixgbe_get_bus_info_generic,
H A Dixgbe_main.c11486 if (hw->mac.ops.get_bus_info) in ixgbe_recovery_probe()
11487 hw->mac.ops.get_bus_info(hw); in ixgbe_recovery_probe()
11891 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()