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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c174 cmn_err(CE_NOTE, "&sge->cmdQ[0]: %p\n", &sge->cmdQ[0]);
235 atomic_read(&sge->cmdQ[0].cq_asleep)) {
306 struct cmdQ *Q = &sge->cmdQ[qid];
307 ddi_dma_handle_t dh = (ddi_dma_handle_t)sge->cmdQ[qid].cq_dh;
444 /* sync from offset to end of cmdQ */
648 spin_lock(&sge->cmdQ[0].cq_qlock);
649 sge->cmdQ[0].cq_complete += e->Cmdq0CreditReturn;
650 spin_unlock(&sge->cmdQ[
698 struct cmdQ *cmdQ = &sge->cmdQ[0]; local
[all...]
H A Dsge.h245 typedef struct cmdQ { struct
305 uint32_t cmdQ_full[2]; /* not HW intr, host cmdQ[] full */
362 kstat_named_t cmdQ_full[2]; /* not HW intr, host cmdQ[] full */
423 struct cmdQ cmdQ[2]; /* command Q(s) */ member in struct:_pesge

Completed in 72 milliseconds