Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hba.c231 if ((cmd->pc_flags & PQI_FLAG_DMA_VALID) != 0) { in pqi_start()
527 (cmd->pc_flags & PQI_FLAG_DMA_VALID) == 0) { in pqi_init_pkt()
591 cmd->pc_flags |= PQI_FLAG_DMA_VALID; in pqi_init_pkt()
625 if ((c->pc_flags & PQI_FLAG_DMA_VALID) != 0) { in pqi_destroy_pkt()
626 c->pc_flags &= ~PQI_FLAG_DMA_VALID; in pqi_destroy_pkt()
642 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) { in pqi_dmafree()
643 cmd->pc_flags &= ~PQI_FLAG_DMA_VALID; in pqi_dmafree()
H A Dsmartpqi.h428 #define PQI_FLAG_DMA_VALID 0x0100 macro
446 (PQI_FLAG_DMA_VALID |\
H A Dsmartpqi_hw.c550 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) { in setup_aio_request()
591 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) { in setup_raid_request()
683 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) in aio_io_complete()