Searched refs:free_slots (Results 1 – 3 of 3) sorted by relevance
1834 int free_slots; in xnf_intr() local1837 free_slots = tx_slots_get(xnfp, 0, B_FALSE); in xnf_intr()1839 if (need_sched && (free_slots > 0)) { in xnf_intr()
2483 uint32_t free_slots; in si_claim_free_slot() local2492 free_slots = (~si_portp->siport_pending_tags) & SI_SLOT_MASK; in si_claim_free_slot()2493 slot = ddi_ffs(free_slots) - 1; in si_claim_free_slot()
1890 uint32_t free_slots; in ahci_claim_free_slot() local1932 free_slots = (~ahci_portp->ahciport_pending_tags) & in ahci_claim_free_slot()1969 free_slots = (~ahci_portp->ahciport_pending_ncq_tags) & in ahci_claim_free_slot()2004 slot = ddi_ffs(free_slots) - 1; in ahci_claim_free_slot()