HomeSort by: relevance | last modified time | path
    Searched defs:txp_devices (Results 1 - 2 of 2) sorted by relevancy

  /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];

Completed in 24 milliseconds