Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.h204 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_api.c521 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info()
522 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.h694 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.c752 mac->ops.get_bus_info = e1000_get_bus_info_ich8lan; in e1000_init_mac_params_ich8lan()
/titanic_44/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.c403 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), in ixgbe_get_bus_info()
H A Dixgbe_x550.c412 mac->ops.get_bus_info = ixgbe_get_bus_info_X550em; in ixgbe_init_ops_X550EM()
H A Dixgbe_type.h3669 s32 (*get_bus_info)(struct ixgbe_hw *); member
H A Dixgbe_common.c105 mac->ops.get_bus_info = ixgbe_get_bus_info_generic; in ixgbe_init_ops_generic()