Searched refs:cmd_curwin (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_transport.c | 429 cpqary3_pktp->cmd_curwin, in cpqary3_dma_alloc() 521 if ((cpqary3_pktp->cmd_curwin == cpqary3_pktp->cmd_nwin) && in cpqary3_dma_move() 526 if (++cpqary3_pktp->cmd_curwin >= cpqary3_pktp->cmd_nwin) in cpqary3_dma_move() 530 cpqary3_pktp->cmd_curwin, &cpqary3_pktp->cmd_dma_offset, in cpqary3_dma_move()
|
H A D | cpqary3.h | 413 uint32_t cmd_curwin; member
|
/titanic_44/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 3166 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in megasas_dma_alloc() 3253 if (acmd->cmd_curwin == acmd->cmd_nwin && acmd->cmd_nwin == 1) { in megasas_dma_move() 3258 if (++acmd->cmd_curwin >= acmd->cmd_nwin) { in megasas_dma_move() 3262 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in megasas_dma_move()
|
H A D | megaraid_sas.h | 1366 uint_t cmd_curwin; member
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 771 uint_t cmd_curwin; member
|
H A D | mr_sas.c | 4933 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in mrsas_dma_alloc() 5020 if (acmd->cmd_curwin == acmd->cmd_nwin && acmd->cmd_nwin == 1) { in mrsas_dma_move() 5025 if (++acmd->cmd_curwin >= acmd->cmd_nwin) { in mrsas_dma_move() 5029 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in mrsas_dma_move()
|