Home
last modified time | relevance | path

Searched refs:supportedDevices (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/oce/
Doce_if.c230 static uint32_t supportedDevices[] = { variable
241 MODULE_PNP_INFO("W32:vendor/device", pci, oce, supportedDevices,
242 nitems(supportedDevices));
273 for (i = 0; i < (sizeof(supportedDevices) / sizeof(uint32_t)); i++) { in oce_probe()
274 if (vendor == ((supportedDevices[i] >> 16) & 0xffff)) { in oce_probe()
275 if (device == (supportedDevices[i] & 0xffff)) { in oce_probe()