Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_vf.h174 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_api.c514 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info()
515 return hw->mac.ops.get_bus_info(hw); in e1000_get_bus_info()
H A De1000_82542.c87 mac->ops.get_bus_info = e1000_get_bus_info_82542; in e1000_init_mac_params_82542()
H A De1000_vf.c90 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf; in e1000_init_mac_params_vf()
H A De1000_82540.c160 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82540()
H A De1000_hw.h683 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_82541.c206 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82541()
H A De1000_82543.c186 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c205 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c310 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c27 mac->ops.get_bus_info = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_82575.c342 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82575()
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c151 return fm10k_call_func(hw, hw->mac.ops.get_bus_info, (hw), in fm10k_get_bus_info()
H A Dfm10k_common.c163 mac->ops.get_bus_info = &fm10k_get_bus_info_generic; in fm10k_init_ops_generic()
H A Dfm10k_type.h570 s32 (*get_bus_info)(struct fm10k_hw *); member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c995 if (hw->mac.ops.get_bus_info) in igc_get_bus_info()
996 return hw->mac.ops.get_bus_info(hw); in igc_get_bus_info()
H A Digc_hw.h694 s32 (*get_bus_info)(struct igc_hw *hw); member
H A Digc_mac.c28 mac->ops.get_bus_info = igc_null_ops_generic; in igc_init_mac_ops_generic()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c33 hw->mac.ops.get_bus_info = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_api.c399 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), in ixgbe_get_bus_info()
H A Dixgbe_type.h3934 s32 (*get_bus_info)(struct ixgbe_hw *); member
H A Dixgbe_x550.c613 mac->ops.get_bus_info = ixgbe_get_bus_info_X550em; in ixgbe_init_ops_X550EM()
H A Dixgbe_common.c75 mac->ops.get_bus_info = ixgbe_get_bus_info_generic; in ixgbe_init_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h221 s32 (*get_bus_info)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h538 hw->bus.get_bus_info = txgbe_bus_get_bus_info_dummy; in txgbe_init_ops_dummy()

12