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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1283 uint32_t lb_consumer_idx; local
1291 lb_consumer_idx = (temp >> 16);
1293 if (lb_consumer_idx > lb_producer_idx)
1295 (lb_consumer_idx - lb_producer_idx);
1297 num_free_buffers = lb_producer_idx - lb_consumer_idx;

Completed in 96 milliseconds