Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c313 uint32_t entries_n = Q->cq_entries_n; in sge_data_out() local
398 if (Q->cq_pidx >= entries_n) { in sge_data_out()
399 Q->cq_pidx -= entries_n; in sge_data_out()
440 if (++pidx == entries_n) { in sge_data_out()
593 uint32_t entries_n = Q->rq_entries_n; in sge_data_in() local
623 uint32_t n = entries_n - credits - 1; in sge_data_in()
677 if (unlikely(++cidx == entries_n)) { in sge_data_in()
810 uint32_t entries_n = Q->fq_entries_n; in t1_sge_rx() local
1002 if (++cidx == entries_n) in t1_sge_rx()
1007 if (unlikely(--Q->fq_credits < (entries_n>>2))) in t1_sge_rx()
[all …]