Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_iov_private.h39 struct cdev *iov_cdev; member
H A Dpci_iov.c164 iov->iov_cdev = make_dev(&iov_cdevsw, device_get_unit(dev), in pci_iov_attach_method()
167 if (iov->iov_cdev == NULL) { in pci_iov_attach_method()
173 iov->iov_cdev->si_drv1 = dinfo; in pci_iov_attach_method()
216 if (iov->iov_cdev) { in pci_iov_detach_method()
217 destroy_dev(iov->iov_cdev); in pci_iov_detach_method()
218 iov->iov_cdev = NULL; in pci_iov_detach_method()