MAX_CDB_LEN
if (hscb->cdb_len > MAX_CDB_LEN) {
#define MAX_CDB_LEN_WITH_SENSE_ADDR (MAX_CDB_LEN - sizeof(sense_addr_t))
uint8_t cdb[MAX_CDB_LEN];