Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h62 #define OPCODE_SUBCODE(op, sub) (((op & 0x0f) << 8) | ((sub) & 0x7f)) macro
82 (OPCODE_SUBCODE(rh->r.opcode, rh->r.subcode) != \
83 OPCODE_SUBCODE(OPCODE_NIC, OPCODE_NIC_NW_DATA))
Docteon_device.c896 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch()
955 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_register_dispatch_fn()
1030 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_unregister_dispatch_fn()
Docteon_droq.c78 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch_arg()