Lines Matching defs:opcode
233 #define F_INV_OP 0x200 /* invalid opcode (not supported) */
364 u8 opcode; /* if num_attached > 0, preferred */
2026 arr[offset] = oip->opcode;
2040 arr[offset] = oip->opcode;
2056 case 1: /* one command: opcode only */
2057 case 2: /* one command: opcode plus service action */
2058 case 3: /* one command: if sa==0 then opcode only else opcode+sa */
2080 req_opcode == oip->opcode)
2086 if (req_opcode == oip->opcode)
2103 arr[4] = oip->opcode;
7267 u8 opcode = cmd[0];
7301 sdeb_i = opcode_ind_arr[opcode]; /* fully mapped */
7314 if (na) { /* multiple commands with this opcode */
7322 if (opcode == oip->opcode && sa == oip->sa)
7325 } else { /* since no service action only check opcode */
7327 if (opcode == oip->opcode)
7349 my_name, opcode, " supported for wlun");