Searched refs:cmd_cindex (Results 1 – 3 of 3) sorted by relevance
126 gcmdp->cmd_cindex = 0; in ghd_dma_buf_bind_attr()149 if (gcmdp->cmd_cindex + 1 < gcmdp->cmd_ccount) { in ghd_dmaget_next_attr()165 gcmdp->cmd_cindex++; in ghd_dmaget_next_attr()172 if (gcmdp->cmd_cindex >= gcmdp->cmd_ccount) { in ghd_dmaget_next_attr()174 gcmdp->cmd_cindex = 0; in ghd_dmaget_next_attr()218 } else if (gcmdp->cmd_cindex == 0) { in ghd_dmaget_attr()
102 P->cmd_wcount, P->cmd_windex, P->cmd_ccount, P->cmd_cindex); in ghd_dump_gcmd()
123 uint_t cmd_cindex; /* ddi_dma_attr: current cookie */ member