Searched refs:tcpcib_devices (Results 1 – 1 of 1) sorted by relevance
117 } tcpcib_devices[] = { variable182 for (n = 0; n < __arraycount(tcpcib_devices); n++) { in tcpcib_match()183 if (PCI_VENDOR(pa->pa_id) == tcpcib_devices[n].vendor && in tcpcib_match()184 PCI_PRODUCT(pa->pa_id) == tcpcib_devices[n].product) in tcpcib_match()