Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_api.c214 if (hw->mac.ops.get_bus_info) in igc_get_bus_info()
215 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
/freebsd/sys/dev/e1000/
H A De1000_vf.h204 s32 (*get_bus_info)(struct e1000_hw *); member
H A De1000_api.c585 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info()
586 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.h748 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.c233 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c336 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c57 mac->ops.get_bus_info = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_82575.c367 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic; in e1000_init_mac_params_82575()
H A De1000_ich8lan.c761 mac->ops.get_bus_info = e1000_get_bus_info_ich8lan; in e1000_init_mac_params_ich8lan()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c63 hw->mac.ops.get_bus_info = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_api.c431 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), in ixgbe_get_bus_info()
H A Dixgbe_type.h4025 s32 (*get_bus_info)(struct ixgbe_hw *); member
H A Dixgbe_x550.c647 mac->ops.get_bus_info = ixgbe_get_bus_info_X550em; in ixgbe_init_ops_X550EM()
H A Dixgbe_common.c105 mac->ops.get_bus_info = ixgbe_get_bus_info_generic; in ixgbe_init_ops_generic()