Home
last modified time | relevance | path

Searched refs:num_free_entries (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2458 uint32_t num_free_entries; in ql_ring_rx() local
2466 num_free_entries = (consumer_idx - producer_idx); in ql_ring_rx()
2468 num_free_entries = NUM_RX_RING_ENTRIES - ( in ql_ring_rx()
2471 if (num_free_entries < qlge->cq_low_count[rx_ring->cq_id]) in ql_ring_rx()
2472 qlge->cq_low_count[rx_ring->cq_id] = num_free_entries; in ql_ring_rx()
2689 uint32_t num_free_entries; in ql_clean_outbound_rx_ring() local
2697 num_free_entries = (consumer_idx - producer_idx); in ql_clean_outbound_rx_ring()
2699 num_free_entries = NUM_RX_RING_ENTRIES - in ql_clean_outbound_rx_ring()
2702 if (num_free_entries < qlge->cq_low_count[rx_ring->cq_id]) in ql_clean_outbound_rx_ring()
2703 qlge->cq_low_count[rx_ring->cq_id] = num_free_entries; in ql_clean_outbound_rx_ring()