Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c71 static int ioat_modevent(module_t mod, int type, void *data);
148 DRIVER_MODULE(ioat, pci, ioat_pci_driver, ioat_modevent, NULL);
252 ioat_modevent(module_t mod __unused, int type, void *data __unused) in ioat_modevent() function