Home
last modified time | relevance | path

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

/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c31 static device_t detached_devices[MAX_DETACHED_DEVICES] = {}; variable
160 if (bus == pci_get_bus(detached_devices[i]) && in nic_uio_probe()
161 device == pci_get_slot(detached_devices[i]) && in nic_uio_probe()
162 function == pci_get_function(detached_devices[i])) { in nic_uio_probe()
194 detached_devices[num_detached++] = dev; in nic_uio_probe()
301 detached_devices[num_detached++] = dev; in nic_uio_load()
318 detached_devices[i]); in nic_uio_unload()
319 device_probe_and_attach(detached_devices[i]); in nic_uio_unload()