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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3521 int active_pkt_bit = 0, active_pkt = 0, ncq_command = B_FALSE; local
3588 * active_pkt_bit will represent the bitmap of the single completed
3602 active_pkt_bit = ~sactive & nvp->nvp_sactive_cache;
3604 ASSERT(active_pkt_bit);
3611 if (active_pkt_bit == 0) {
3625 for (active_pkt = 0; (active_pkt_bit & 0x1) != 0x1;
3626 active_pkt++, active_pkt_bit >>= 1) {
3632 ASSERT(active_pkt_bit == 1);

Completed in 90 milliseconds