Searched refs:get_bus_info (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 156 s32 (*get_bus_info)(struct e1000_hw *); member
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 27 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_vf.c | 503 .get_bus_info = fm10k_get_bus_info_generic,
|
| H A D | fm10k_type.h | 513 s32 (*get_bus_info)(struct fm10k_hw *); member
|
| H A 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()
|
| H A D | fm10k_pf.c | 1660 .get_bus_info = fm10k_get_bus_info_generic,
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 503 s32 (*get_bus_info)(struct e1000_hw *); member
|
| H A D | 80003es2lan.c | 1346 .get_bus_info = e1000e_get_bus_info_pcie,
|
| H A D | 82571.c | 1862 .get_bus_info = e1000e_get_bus_info_pcie,
|
| H A D | ich8lan.c | 5958 .get_bus_info = e1000_get_bus_info_ich8lan,
|
| H A D | netdev.c | 7491 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x550.c | 3973 .get_bus_info = &ixgbe_get_bus_info_generic, 3999 .get_bus_info = &ixgbe_get_bus_info_X550em, 4021 .get_bus_info = &ixgbe_get_bus_info_X550em, 4043 .get_bus_info = ixgbe_get_bus_info_X550em, 4064 .get_bus_info = ixgbe_get_bus_info_X550em,
|
| H A D | ixgbe_x540.c | 843 .get_bus_info = &ixgbe_get_bus_info_generic,
|
| H A D | ixgbe_82598.c | 1125 .get_bus_info = &ixgbe_get_bus_info_generic,
|
| H A D | ixgbe_82599.c | 2187 .get_bus_info = &ixgbe_get_bus_info_generic,
|
| H A D | ixgbe_e610.c | 4004 .get_bus_info = ixgbe_get_bus_info_generic,
|
| H A D | ixgbe_type.h | 3502 int (*get_bus_info)(struct ixgbe_hw *); member
|
| H A D | ixgbe_main.c | 11496 if (hw->mac.ops.get_bus_info) in ixgbe_recovery_probe() 11497 hw->mac.ops.get_bus_info(hw); in ixgbe_recovery_probe() 11901 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()
|