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

/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.c676 uint16_t first_rid, last_rid; local
725 last_rid = first_rid + (num_vfs - 1) * rid_stride;
728 if (pci_get_bus(dev) != PCI_RID2BUS(last_rid)) {

Completed in 68 milliseconds