Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c44 gcmdp->cmd_ccount = 0; in ghd_dmafree_attr()
80 callback, arg, &gcmdp->cmd_first_cookie, &gcmdp->cmd_ccount); in ghd_dma_buf_bind_attr()
84 gcmdp->cmd_ccount)); in ghd_dma_buf_bind_attr()
143 (void *)gcmdp, (void *)gcmdp->cmd_dma_handle, gcmdp->cmd_ccount)); in ghd_dmaget_next_attr()
149 if (gcmdp->cmd_cindex + 1 < gcmdp->cmd_ccount) { in ghd_dmaget_next_attr()
172 if (gcmdp->cmd_cindex >= gcmdp->cmd_ccount) { in ghd_dmaget_next_attr()
227 &cookie, &gcmdp->cmd_ccount); in ghd_dmaget_attr()
H A Dghd_debug.c100 P->cmd_wcount, P->cmd_windex, P->cmd_ccount, P->cmd_cindex); in ghd_dump_gcmd()
H A Dghd.h120 uint_t cmd_ccount; /* ddi_dma_attr: cookie count */ member