Home
last modified time | relevance | path

Searched refs:cq_entries_n (Results 1 – 2 of 2) 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()
714 (sge->cmdQ[0].cq_credits > (sge->cmdQ[0].cq_entries_n>>2)) && in sge_data_in()
715 (sge->cmdQ[1].cq_credits > (sge->cmdQ[1].cq_entries_n>>2))) { in sge_data_in()
726 (sge->cmdQ[0].cq_credits > (sge->cmdQ[0].cq_entries_n>>1)) && in sge_data_in()
727 (sge->cmdQ[1].cq_credits > (sge->cmdQ[1].cq_entries_n>>1))) { in sge_data_in()
1170 uint32_t entries_n = Q->cq_entries_n; in free_cmdQ_buffers()
1379 Q->cq_entries_n = p->cmdQ_size[i]; in alloc_tx_resources()
1380 atomic_set(&Q->cq_credits, Q->cq_entries_n); in alloc_tx_resources()
1386 size = sizeof (cmdQ_e) * Q->cq_entries_n; in alloc_tx_resources()
1393 size = sizeof (struct cmdQ_ce) * Q->cq_entries_n; in alloc_tx_resources()
[all …]
H A Dsge.h249 u32 cq_entries_n; /* # entries for Xmit */ member