Searched refs:entries_n (Results 1 – 1 of 1) sorted by relevance
314 uint32_t entries_n = Q->cq_entries_n; in sge_data_out() local399 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() local624 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() local1004 if (++cidx == entries_n) in t1_sge_rx()1009 if (unlikely(--Q->fq_credits < (entries_n>>2))) in t1_sge_rx()[all …]