Searched refs:cmd_dmahdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c803 (void) ddi_dma_sync(cmd->cmd_dmahdl, 0, 0,
1742 NULL, &cmd->cmd_dmahdl)) != DDI_SUCCESS) {
1775 ddi_dma_free_handle(&cmd->cmd_dmahdl);
1786 if (cmd->cmd_dmahdl != NULL) {
1787 (void) ddi_dma_unbind_handle(cmd->cmd_dmahdl);
1788 ddi_dma_free_handle(&cmd->cmd_dmahdl);
1789 cmd->cmd_dmahdl = NULL;
1851 (void) ddi_dma_sync(cmd->cmd_dmahdl, 0, 0,
1992 (void) ddi_dma_unbind_handle(cmd->cmd_dmahdl);
2032 saved_dmahdl = cmd->cmd_dmahdl;
[all...]
H A Dpvscsi_var.h103 ddi_dma_handle_t cmd_dmahdl; member in struct:pvscsi_cmd

Completed in 48 milliseconds