Home
last modified time | relevance | path

Searched refs:OPCODE_SUBCODE (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h63 #define OPCODE_SUBCODE(op, sub) ((((op) & 0x0f) << 8) | ((sub) & 0x7f)) macro
908 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()
Docteon_device.c1070 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch()
1129 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_register_dispatch_fn()
Docteon_droq.c61 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch_arg()