Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h816 uint32_t cq_low_count[MAX_RX_RINGS]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1711 qlge->cq_low_count[i] = NUM_RX_RING_ENTRIES; in ql_alloc_rx_buffers()
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()
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()
7207 qlge->cq_low_count[i] = NUM_RX_RING_ENTRIES; in ql_bringup_adapter()