Searched refs:SCSI_SENSE_LEN (Results 1 – 4 of 4) sorted by relevance
9 #define SCSI_SENSE_LEN 18 macro
125 uint8_t buf[SCSI_SENSE_LEN] = { 0 }; in scsi_build_sense_buf()148 return scsi_build_sense_buf(buf, SCSI_SENSE_LEN, sense, true); in scsi_build_sense()
28 assert(sense_len <= SCSI_SENSE_LEN); in ufs_build_upiu_sense_data()
667 return SCSI_SENSE_LEN; in scsi_sense_len()