Searched refs:get_bus_info (Results 1 – 19 of 19) sorted by relevance
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_api.c | 87 .get_bus_info = pch_gbe_plat_get_bus_info, 135 if (!hw->func->get_bus_info) { in pch_gbe_hal_get_bus_info() 141 hw->func->get_bus_info(hw); in pch_gbe_hal_get_bus_info()
|
D | pch_gbe.h | 344 void (*get_bus_info) (struct pch_gbe_hw *); member
|
/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 178 s32 (*get_bus_info)(struct e1000_hw *); member
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 53 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 549 .get_bus_info = &fm10k_get_bus_info_generic,
|
D | fm10k_type.h | 523 s32 (*get_bus_info)(struct fm10k_hw *); member
|
D | fm10k_pci.c | 1704 if (hw->mac.ops.get_bus_info) in fm10k_sw_init() 1705 hw->mac.ops.get_bus_info(hw); in fm10k_sw_init()
|
D | fm10k_pf.c | 1859 .get_bus_info = &fm10k_get_bus_info_generic,
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 465 s32 (*get_bus_info)(struct e1000_hw *); member
|
D | 80003es2lan.c | 1353 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | 82571.c | 1881 .get_bus_info = e1000e_get_bus_info_pcie,
|
D | ich8lan.c | 5706 .get_bus_info = e1000_get_bus_info_ich8lan,
|
D | netdev.c | 7129 hw->mac.ops.get_bus_info(&adapter->hw); in e1000_probe()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 821 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_x550.c | 2384 .get_bus_info = &ixgbe_get_bus_info_generic, 2398 .get_bus_info = &ixgbe_get_bus_info_X550em,
|
D | ixgbe_82598.c | 1170 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_82599.c | 2193 .get_bus_info = &ixgbe_get_bus_info_generic,
|
D | ixgbe_type.h | 3246 s32 (*get_bus_info)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 8934 hw->mac.ops.get_bus_info(hw); in ixgbe_probe()
|