Searched refs:OPCODE_SUBCODE (Results 1 – 3 of 3) sorted by relevance
63 #define OPCODE_SUBCODE(op, sub) ((((op) & 0x0f) << 8) | ((sub) & 0x7f)) macro908 subcode1 = OPCODE_SUBCODE((rh)->r.opcode, (rh)->r.subcode); in opcode_slow_path()909 subcode2 = OPCODE_SUBCODE(OPCODE_NIC, OPCODE_NIC_NW_DATA); in opcode_slow_path()
1070 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch()1129 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_register_dispatch_fn()
61 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch_arg()