Searched defs:free_slots (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1834 int free_slots; local
1837 free_slots = tx_slots_get(xnfp, 0, B_FALSE);
1839 if (need_sched && (free_slots > 0)) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c2483 uint32_t free_slots; local
2492 free_slots = (~si_portp->siport_pending_tags) & SI_SLOT_MASK;
2493 slot = ddi_ffs(free_slots) - 1;
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1890 uint32_t free_slots; local
1932 free_slots = (~ahci_portp->ahciport_pending_tags) &
1969 free_slots = (~ahci_portp->ahciport_pending_ncq_tags) &
2004 slot = ddi_ffs(free_slots) - 1;

Completed in 429 milliseconds