Searched defs:dev_id (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | boot.c | 61 uint32_t dev_id; member in struct:__anon14980
|
| H A D | ebda.h | 205 uint8_t dev_id; /* Device ID; index into devices array. */ member in struct:__anon14990
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
| H A D | davicom.c | 129 static unsigned short vendor, dev_id; 348 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) { 661 dev_id = pci->device; 128 static unsigned short vendor, dev_id; variable
|
| H A D | sis900.c | 61 static unsigned short vendor, dev_id; 355 dev_id = pci->device; 388 DBG( "sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id ); 60 static unsigned short vendor, dev_id; variable
|
| H A D | tlan.c | 211 unsigned short dev_id; /* PCI Device code */ member in struct:tlan_private 821 priv->dev_id = pci->device;
|
| H A D | tulip.c | 403 unsigned short dev_id; /* PCI card device code */ 1207 tp->dev_id = pci->device; 1228 tp->vendor_id, tp->dev_id); 1235 if ( (((u32) tp->dev_id << 16) | tp->vendor_id) == 1245 tp->vendor_id, tp->dev_id); 1272 DBG("%s: Vendor=%hX Device=%hX", tp->nic_name, tp->vendor_id, tp->dev_id); 402 unsigned short dev_id; /* PCI card device code */ member in struct:tulip_private
|
Completed in 77 milliseconds