Lines Matching defs:opcode
275 * handle_drvrcmd - Checks if the opcode is a driver cmd and if it is, handles it.
285 uint8_t opcode;
303 opcode = kmimd.ui.fcs.opcode;
307 * If the opcode is 0x82 and the subopcode is either GET_DRVRVER or
311 if (opcode != 0x82)
360 uint8_t opcode;
374 opcode = mimd.ui.fcs.opcode;
385 switch (opcode) {
391 kioc->opcode = GET_ADAP_INFO;
408 kioc->opcode = MBOX_CMD;
423 kioc->opcode = MBOX_CMD;
444 if (opcode == 0x82)
807 uint8_t opcode;
820 opcode = kmimd.ui.fcs.opcode;
823 if (opcode == 0x82) {