Searched refs:IS_BMIC_OPCODE (Results 1 – 3 of 3) sorted by relevance
53 if (IS_BMIC_OPCODE(opcode)) in pqisrc_get_cmd_from_rcb()
780 #define IS_BMIC_OPCODE(opcode) (opcode == BMIC_READ || opcode == BMIC_WRITE) macro
520 uint8_t cmd = IS_BMIC_OPCODE(request->cmd.cdb[0]) ? request->cmd.cdb[6] : request->cmd.cdb[0]; in pqisrc_prepare_send_raid()