Home
last modified time | relevance | path

Searched refs:pci_init_nic_in_slot (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dfuloong2e.c205 pci_init_nic_in_slot(pci_bus, "rtl8139", NULL, "07"); in network_init()
H A Dmalta.c617 pci_init_nic_in_slot(pci_bus, "pcnet", NULL, "0b"); in network_init()
/openbmc/qemu/hw/sh4/
H A Dr2d.c312 pci_init_nic_in_slot(pci_bus, mc->default_nic, NULL, "2"); in r2d_init()
/openbmc/qemu/hw/ppc/
H A Dprep.c339 pci_init_nic_in_slot(pci_bus, mc->default_nic, NULL, "3"); in ibm_40p_init()
/openbmc/qemu/include/hw/pci/
H A Dpci.h319 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *default_model,
/openbmc/qemu/hw/pci/
H A Dpci.c1869 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *model, in pci_init_nic_in_slot() function