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

/freebsd-12-stable/sys/dev/pci/
H A Dpci_iov_private.h40 struct cdev *iov_cdev; member in struct:pcicfg_iov
H A Dpci_iov.c166 iov->iov_cdev = make_dev(&iov_cdevsw, device_get_unit(dev),
169 if (iov->iov_cdev == NULL) {
175 iov->iov_cdev->si_drv1 = dinfo;
218 if (iov->iov_cdev) {
219 destroy_dev(iov->iov_cdev);
220 iov->iov_cdev = NULL;

Completed in 103 milliseconds