Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c305 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out()
697 struct cmdQ *cmdQ = &sge->cmdQ[0]; in sge_data_in() local
699 if (atomic_read(cmdQ->cq_pio_pidx) != cmdQ->cq_pidx) { in sge_data_in()
701 atomic_set(&cmdQ->cq_pio_pidx, cmdQ->cq_pidx); in sge_data_in()
713 (sge->cmdQ[0].cq_credits > (sge->cmdQ[0].cq_entries_n>>2)) && in sge_data_in()
714 (sge->cmdQ[1].cq_credits > (sge->cmdQ[1].cq_entries_n>>2))) { in sge_data_in()
725 (sge->cmdQ[0].cq_credits > (sge->cmdQ[0].cq_entries_n>>1)) && in sge_data_in()
726 (sge->cmdQ[1].cq_credits > (sge->cmdQ[1].cq_entries_n>>1))) { in sge_data_in()
1374 struct cmdQ *Q = &sge->cmdQ[i]; in alloc_tx_resources()
1439 setup_ring_params(ap, sge->cmdQ[0].cq_pa, sge->cmdQ[0].cq_entries_n, in configure_sge()
[all …]
H A Dsge.h243 typedef struct cmdQ { struct
421 struct cmdQ cmdQ[2]; /* command Q(s) */ member