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

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c266 device_t devfrom = NULL; local
270 devfrom = from->dev.bsddev;
272 dev = pci_find_class_from(class >> 16, (class >> 8) & 0xFF, devfrom);
/freebsd-13-stable/sys/dev/pci/
H A Dpcivar.h669 device_t pci_find_class_from(uint8_t class, uint8_t subclass, device_t devfrom);

Completed in 173 milliseconds