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

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