Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_mcx.c | 2671 } mcx_devices[] = { variable in typeref:typename:const struct __anonb4946adb0108[] 2733 for (n = 0; n < __arraycount(mcx_devices); n++) { 2734 if (PCI_VENDOR(pa->pa_id) == mcx_devices[n].vendor && 2735 PCI_PRODUCT(pa->pa_id) == mcx_devices[n].product) |