Searched refs:cmdQ (Results 1 – 2 of 2) sorted by relevance
174 cmn_err(CE_NOTE, "&sge->cmdQ[0]: %p\n", &sge->cmdQ[0]); in t1_sge_create()235 atomic_read(&sge->cmdQ[0].cq_asleep)) { in t1_espi_workaround()306 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out()307 ddi_dma_handle_t dh = (ddi_dma_handle_t)sge->cmdQ[qid].cq_dh; in sge_data_out()648 spin_lock(&sge->cmdQ[0].cq_qlock); in sge_data_in()649 sge->cmdQ[0].cq_complete += e->Cmdq0CreditReturn; in sge_data_in()650 spin_unlock(&sge->cmdQ[0].cq_qlock); in sge_data_in()651 spin_lock(&sge->cmdQ[1].cq_qlock); in sge_data_in()652 sge->cmdQ[1].cq_complete += e->Cmdq1CreditReturn; in sge_data_in()654 (sge->cmdQ[0].cq_complete + in sge_data_in()[all …]
245 typedef struct cmdQ { struct423 struct cmdQ cmdQ[2]; /* command Q(s) */ member