Home
last modified time | relevance | path

Searched refs:cmd_windex (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c125 gcmdp->cmd_windex = 0; in ghd_dma_buf_bind_attr()
173 gcmdp->cmd_windex++; in ghd_dmaget_next_attr()
211 } else if (gcmdp->cmd_windex >= gcmdp->cmd_wcount) { in ghd_dmaget_attr()
215 ASSERT(gcmdp->cmd_windex < gcmdp->cmd_wcount); in ghd_dmaget_attr()
226 gcmdp->cmd_windex, &offset, &length, in ghd_dmaget_attr()
H A Dghd_debug.c102 P->cmd_wcount, P->cmd_windex, P->cmd_ccount, P->cmd_cindex); in ghd_dump_gcmd()
H A Dghd.h121 uint_t cmd_windex; /* ddi_dma_attr: current window */ member