Lines Matching defs:opcode
1260 * @opcode: the opcode to wait for
1273 u16 opcode)
1276 task->opcode = opcode;
1331 task->opcode);
1343 * @opcode: the opcode of the event
1350 * If multiple threads wait for the same opcode, they will all be woken up.
1358 static void ice_aq_check_events(struct ice_pf *pf, u16 opcode,
1369 if (task->opcode != opcode)
1504 u16 opcode;
1516 opcode = le16_to_cpu(event.desc.opcode);
1519 ice_aq_check_events(pf, opcode, &event);
1521 switch (opcode) {
1557 qtype, opcode);