Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_txp.c | 132 } txp_devices[] = { variable in typeref:typename:const struct txp_pci_match[] 164 for (i = 0; i < __arraycount(txp_devices); i++) 165 if (PCI_VENDOR(id) == txp_devices[i].vid && 166 PCI_PRODUCT(id) == txp_devices[i].did) 167 return &txp_devices[i]; |
if_txp.c | 132 } txp_devices[] = { variable in typeref:typename:const struct txp_pci_match[] 164 for (i = 0; i < __arraycount(txp_devices); i++) 165 if (PCI_VENDOR(id) == txp_devices[i].vid && 166 PCI_PRODUCT(id) == txp_devices[i].did) 167 return &txp_devices[i]; |