Home
last modified time | relevance | path

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

/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c52 static int nic_uio_modevent(module_t mod, int type, void *arg);
84 DRIVER_MODULE(nic_uio, pci, nic_uio_driver, nic_uio_devclass, nic_uio_modevent, 0);
333 nic_uio_modevent(module_t mod, int type, void *arg) in nic_uio_modevent() function