Searched refs:SBD_CMD_SCSI_READ (Results 1 – 2 of 2) sorted by relevance
223 #define SBD_CMD_SCSI_READ 0x01 macro
514 ASSERT(scmd->cmd_type == SBD_CMD_SCSI_READ); in sbd_handle_sgl_read_xfer_completion()730 ASSERT(cmd == SBD_CMD_SCSI_READ || cmd == SBD_CMD_SCSI_WRITE); in sbd_copy_rdwr()732 is_read = (cmd == SBD_CMD_SCSI_READ) ? B_TRUE : B_FALSE; in sbd_copy_rdwr()903 SBD_CMD_SCSI_READ, 0); in sbd_handle_read()939 scmd->cmd_type = SBD_CMD_SCSI_READ; in sbd_handle_read()997 scmd->cmd_type = SBD_CMD_SCSI_READ; in sbd_handle_read()3443 case (SBD_CMD_SCSI_READ): in sbd_dbuf_xfer_done()3461 case (SBD_CMD_SCSI_READ): in sbd_dbuf_xfer_done()3572 if (scmd->cmd_type == SBD_CMD_SCSI_READ) { in sbd_dbuf_free()