Searched refs:SBD_CMD_SCSI_READ (Results 1 – 2 of 2) sorted by relevance
544 ASSERT(scmd->cmd_type == SBD_CMD_SCSI_READ); in sbd_handle_sgl_read_xfer_completion()781 ASSERT(cmd == SBD_CMD_SCSI_READ || cmd == SBD_CMD_SCSI_WRITE); in sbd_copy_rdwr()783 is_read = (cmd == SBD_CMD_SCSI_READ) ? B_TRUE : B_FALSE; in sbd_copy_rdwr()979 SBD_CMD_SCSI_READ, 0); in sbd_handle_read()1016 scmd->cmd_type = SBD_CMD_SCSI_READ; in sbd_handle_read()1075 scmd->cmd_type = SBD_CMD_SCSI_READ; in sbd_handle_read()3743 case (SBD_CMD_SCSI_READ): in sbd_dbuf_xfer_done()3761 case (SBD_CMD_SCSI_READ): in sbd_dbuf_xfer_done()3888 if (scmd->cmd_type == SBD_CMD_SCSI_READ) { in sbd_dbuf_free()
248 #define SBD_CMD_SCSI_READ 0x01 macro