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

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h340 int last_rid; member in struct:ice_softc
H A Dif_ice_iflib.c1682 sc->last_rid = rid + sc->irdma_vectors;
3718 ice_debug(hw, ICE_DBG_INIT, "%s: Last rid: %d\n", __func__, sc->last_rid);
3720 rid = sc->last_rid + 1;
3751 sc->last_rid = rid - 1;
3754 sc->last_rid);
4328 sc->last_rid -= vsi->num_rx_queues;
/freebsd-current/sys/dev/pci/
H A Dpci_iov.c685 uint16_t first_rid, last_rid; local
735 last_rid = first_rid + (num_vfs - 1) * rid_stride;
738 if (pci_get_bus(dev) != PCI_RID2BUS(last_rid)) {
743 if (!ari_enabled && PCI_RID2SLOT(last_rid) != 0) {

Completed in 144 milliseconds