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

  /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)

Completed in 20 milliseconds