Searched refs:NICInfo (Results 1 - 17 of 17) sorted by relevance

/external/qemu/hw/
H A Dmips.h18 void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);
39 void dp83932_init(NICInfo *nd, target_phys_addr_t base, int it_shift,
H A Ddevices.h7 void smc91c111_init(NICInfo *, uint32_t, qemu_irq);
10 void lan9118_init(NICInfo *, uint32_t, qemu_irq);
H A Dqdev.h24 NICInfo *nd;
54 void qdev_set_netdev(DeviceState *dev, NICInfo *nd);
H A Dqdev.c273 void qdev_set_netdev(DeviceState *dev, NICInfo *nd)
377 NICInfo *nd = dev->nd;
H A Dpc.h163 void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd);
H A Dpci.h186 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn,
H A Dusb.h263 USBDevice *usb_net_init(NICInfo *nd);
H A Dpc.c812 static void pc_init_ne2k_isa(NICInfo *nd, qemu_irq *pic)
1157 NICInfo *nd = &nd_table[i];
H A Dsmc91c111.c808 void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq)
H A Dne2000.c738 void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd)
H A Dpci.c812 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn,
/external/qemu/
H A Dnet.h74 void qemu_check_nic_model(NICInfo *nd, const char *model);
75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
86 struct NICInfo { struct
96 extern NICInfo nd_table[MAX_NICS];
121 void net_client_uninit(NICInfo *nd);
H A Dqemu-common.h254 typedef struct NICInfo NICInfo; typedef in typeref:struct:NICInfo
H A Dnet-android.c2155 void qemu_check_nic_model(NICInfo *nd, const char *model)
2165 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
2212 NICInfo *nd;
2481 void net_client_uninit(NICInfo *nd)
H A Dnet.c2051 void qemu_check_nic_model(NICInfo *nd, const char *model)
2061 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
2108 NICInfo *nd;
2377 void net_client_uninit(NICInfo *nd)
H A Dvl-android.c274 NICInfo nd_table[MAX_NICS];
H A Dvl.c205 NICInfo nd_table[MAX_NICS];

Completed in 684 milliseconds