Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.c224 static uint32_t supportedDevices[] = { variable
234 MODULE_PNP_INFO("W32:vendor/device", pci, oce, supportedDevices,
235 nitems(supportedDevices));
264 for (i = 0; i < (sizeof(supportedDevices) / sizeof(uint32_t)); i++) { in oce_probe()
265 if (vendor == ((supportedDevices[i] >> 16) & 0xffff)) { in oce_probe()
266 if (device == (supportedDevices[i] & 0xffff)) { in oce_probe()