IS_BMIC_OPCODE
uint8_t cmd = IS_BMIC_OPCODE(request->cmd.cdb[0]) ? request->cmd.cdb[6] : request->cmd.cdb[0];
if (IS_BMIC_OPCODE(opcode))