Lines Matching defs:opcode
98 * 2: log opcode + command of all commands + cmd address
122 * 1: log disposition, result, opcode + command, and conditionally
529 * @opcode: opcode for the command to look up
533 * command identified with @opcode and @sa. If the command does not
539 unsigned int len, unsigned char opcode,
553 request_len = 4 + COMMAND_SIZE(opcode);
556 "%s: len %u bytes, opcode 0x%02x needs %u\n",
557 __func__, len, opcode, request_len);
566 cmd[3] = opcode;
569 cmd[3] = opcode;
593 static bool scsi_cdl_check_cmd(struct scsi_device *sdev, u8 opcode, u16 sa,
600 ret = scsi_report_opcode(sdev, buf, SCSI_CDL_CHECK_BUF_LEN, opcode, sa);