Home
last modified time | relevance | path

Searched refs:cmd_curwin (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c429 cpqary3_pktp->cmd_curwin, in cpqary3_dma_alloc()
522 if ((cpqary3_pktp->cmd_curwin == cpqary3_pktp->cmd_nwin) && in cpqary3_dma_move()
527 if (++cpqary3_pktp->cmd_curwin >= cpqary3_pktp->cmd_nwin) in cpqary3_dma_move()
531 cpqary3_pktp->cmd_curwin, &cpqary3_pktp->cmd_dma_offset, in cpqary3_dma_move()
H A Dcpqary3.h413 uint32_t cmd_curwin; member
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3166 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 Dmegaraid_sas.h1366 uint_t cmd_curwin; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h775 uint_t cmd_curwin; member
H A Dmr_sas.c4911 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in mrsas_dma_alloc()
4998 if (acmd->cmd_curwin == acmd->cmd_nwin && acmd->cmd_nwin == 1) { in mrsas_dma_move()
5003 if (++acmd->cmd_curwin >= acmd->cmd_nwin) { in mrsas_dma_move()
5007 if (ddi_dma_getwin(acmd->cmd_dmahandle, acmd->cmd_curwin, in mrsas_dma_move()