MAX_CDB_LEN
#define MAX_CDB_LEN_WITH_SENSE_ADDR (MAX_CDB_LEN - sizeof(sense_addr_t))
uint8_t cdb[MAX_CDB_LEN];
u8 cdb[MAX_CDB_LEN];