Searched refs:get_bus_info (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.h20 status_t (*get_bus_info)(void* cookie, bus_info* info); member in struct:bus_for_driver_module_info
H A Dbus.cpp155 get_bus_info(void* cookie, bus_info* info) function
198 get_bus_info
H A Ddriver.cpp40 if (module->get_bus_info(data, &info) == B_OK
H A Dspecific_video_driver.cpp33 if (module->get_bus_info(data, &info) == B_OK
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c216 if (hw->mac.ops.get_bus_info)
217 return hw->mac.ops.get_bus_info(hw);
H A Digc_hw.h351 s32 (*get_bus_info)(struct igc_hw *); member in struct:igc_mac_operations
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h205 s32 (*get_bus_info)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c567 if (hw->mac.ops.get_bus_info)
568 return hw->mac.ops.get_bus_info(hw);
H A De1000_vf.c121 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf;
H A De1000_82542.c118 mac->ops.get_bus_info = e1000_get_bus_info_82542;
H A De1000_82540.c191 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
H A De1000_hw.h732 s32 (*get_bus_info)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_80003es2lan.c234 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
H A De1000_82543.c219 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
H A De1000_82541.c238 mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
H A De1000_82571.c337 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
H A De1000_mac.c58 mac->ops.get_bus_info = e1000_null_ops_generic;
H A De1000_82575.c368 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
H A De1000_ich8lan.c757 mac->ops.get_bus_info = e1000_get_bus_info_ich8lan;

Completed in 147 milliseconds