Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_config.h452 #define OCTEON_OPCODE_MASK 0x3f macro
H A Docteon_device.c1084 idx = combined_opcode & OCTEON_OPCODE_MASK; in octeon_get_dispatch()
1143 idx = combined_opcode & OCTEON_OPCODE_MASK; in octeon_register_dispatch_fn()
H A Docteon_droq.c63 idx = combined_opcode & OCTEON_OPCODE_MASK; in octeon_get_dispatch_arg()