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

  /src/sys/dev/pci/
if_bnx.c 115 } bnx_devices[] = { variable in typeref:typename:const struct bnx_product[]
428 for (i = 0; i < __arraycount(bnx_devices); i++) {
429 if (PCI_VENDOR(pa->pa_id) != bnx_devices[i].bp_vendor ||
430 PCI_PRODUCT(pa->pa_id) != bnx_devices[i].bp_product)
432 if (!bnx_devices[i].bp_subvendor)
433 return &bnx_devices[i];
435 if (PCI_VENDOR(subid) == bnx_devices[i].bp_subvendor &&
436 PCI_PRODUCT(subid) == bnx_devices[i].bp_subproduct)
437 return &bnx_devices[i];
if_bnx.c 115 } bnx_devices[] = { variable in typeref:typename:const struct bnx_product[]
428 for (i = 0; i < __arraycount(bnx_devices); i++) {
429 if (PCI_VENDOR(pa->pa_id) != bnx_devices[i].bp_vendor ||
430 PCI_PRODUCT(pa->pa_id) != bnx_devices[i].bp_product)
432 if (!bnx_devices[i].bp_subvendor)
433 return &bnx_devices[i];
435 if (PCI_VENDOR(subid) == bnx_devices[i].bp_subvendor &&
436 PCI_PRODUCT(subid) == bnx_devices[i].bp_subproduct)
437 return &bnx_devices[i];

Completed in 28 milliseconds