Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/chxge/
H A Dsge.c314 uint32_t entries_n = Q->cq_entries_n; in sge_data_out() local
399 if (Q->cq_pidx >= entries_n) { in sge_data_out()
400 Q->cq_pidx -= entries_n; in sge_data_out()
441 if (++pidx == entries_n) { in sge_data_out()
594 uint32_t entries_n = Q->rq_entries_n; in sge_data_in() local
624 uint32_t n = entries_n - credits - 1; in sge_data_in()
678 if (unlikely(++cidx == entries_n)) { in sge_data_in()
811 uint32_t entries_n = Q->fq_entries_n; in t1_sge_rx() local
1004 if (++cidx == entries_n) in t1_sge_rx()
1009 if (unlikely(--Q->fq_credits < (entries_n>>2))) in t1_sge_rx()
[all …]