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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1171 uint32_t sb_producer_idx; local
1176 sb_producer_idx = temp & 0x0000ffff;
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 54 milliseconds