Home
last modified time | relevance | path

Searched refs:cq_entries_n (Results 1 – 2 of 2) 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()
713 (sge->cmdQ[0].cq_credits > (sge->cmdQ[0].cq_entries_n>>2)) && in sge_data_in()
1168 uint32_t entries_n = Q->cq_entries_n; in free_cmdQ_buffers()
1377 Q->cq_entries_n = p->cmdQ_size[i]; in alloc_tx_resources()
1378 atomic_set(&Q->cq_credits, Q->cq_entries_n); in alloc_tx_resources()
1384 size = sizeof (cmdQ_e) * Q->cq_entries_n; in alloc_tx_resources()
1391 size = sizeof (struct cmdQ_ce) * Q->cq_entries_n; in alloc_tx_resources()
1398 pe_dma_handle_init(sge->obj, Q->cq_entries_n); in alloc_tx_resources()
1609 unsigned int pending = Q->cq_entries_n - in free_tx_resources()
1617 size = sizeof (struct cmdQ_ce) * Q->cq_entries_n; in free_tx_resources()
[all …]
H A Dsge.h247 u32 cq_entries_n; /* # entries for Xmit */ member