IOCB_MAX_SENSEDATA_LEN
uint8_t senseData[IOCB_MAX_SENSEDATA_LEN]; /* 20-3F */
sense_len = min_t(uint16_t, sense_len, IOCB_MAX_SENSEDATA_LEN);