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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1170 uint32_t sb_consumer_idx; local
1177 sb_consumer_idx = (temp >> 16);
1179 if (sb_consumer_idx > sb_producer_idx)
1181 (sb_consumer_idx - sb_producer_idx);
1183 num_free_buffers = sb_producer_idx - sb_consumer_idx;

Completed in 74 milliseconds