get_bus_info
if (hw->mac.ops.get_bus_info)
return hw->mac.ops.get_bus_info(hw);
s32 (*get_bus_info)(struct igc_hw *);
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
mac->ops.get_bus_info = e1000_get_bus_info_82542;
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
if (hw->mac.ops.get_bus_info)
return hw->mac.ops.get_bus_info(hw);
s32 (*get_bus_info)(struct e1000_hw *);
mac->ops.get_bus_info = e1000_get_bus_info_ich8lan;
mac->ops.get_bus_info = e1000_null_ops_generic;
mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf;
s32 (*get_bus_info)(struct e1000_hw *);
get_bus_info
status_t (*get_bus_info)(void* cookie, bus_info* info);
if (module->get_bus_info(data, &info) == B_OK
if (module->get_bus_info(data, &info) == B_OK