Searched refs:iov_cdev (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_private.h40 struct cdev *iov_cdev; member in struct:pcicfg_iov
H A Dpci_iov.c165 iov->iov_cdev = make_dev(&iov_cdevsw, device_get_unit(dev),
168 if (iov->iov_cdev == NULL) {
174 iov->iov_cdev->si_drv1 = dinfo;
210 if (iov->iov_cdev) {
211 destroy_dev(iov->iov_cdev);
212 iov->iov_cdev = NULL;

Completed in 54 milliseconds