Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.c213 if (hw->mac.ops.get_bus_info) in igc_get_bus_info()
214 return hw->mac.ops.get_bus_info(hw); in igc_get_bus_info()
H A Digc_hw.h349 s32 (*get_bus_info)(struct igc_hw *); member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h204 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_api.c598 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info()
599 return hw->mac.ops.get_bus_info(hw); in e1000_get_bus_info()
H A De1000_vf.c120 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf; in e1000_init_mac_params_vf()
H A De1000_82542.c117 mac->ops.get_bus_info = e1000_get_bus_info_82542; in e1000_init_mac_params_82542()
H A De1000_82540.c190 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82540()
H A De1000_hw.h775 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_82541.c237 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82541()
H A De1000_82543.c218 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c235 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c340 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c58 mac->ops.get_bus_info = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_82575.c456 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82575()
H A De1000_ich8lan.c769 mac->ops.get_bus_info = e1000_get_bus_info_ich8lan; in e1000_init_mac_params_ich8lan()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c67 hw->mac.ops.get_bus_info = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_api.c401 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), in ixgbe_get_bus_info()
H A Dixgbe_type.h3914 s32 (*get_bus_info)(struct ixgbe_hw *); member
H A Dixgbe_x550.c644 mac->ops.get_bus_info = ixgbe_get_bus_info_X550em; in ixgbe_init_ops_X550EM()
H A Dixgbe_common.c106 mac->ops.get_bus_info = ixgbe_get_bus_info_generic; in ixgbe_init_ops_generic()