Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_config.h452 #define OCTEON_OPCODE_MASK 0x3f macro
H A Docteon_device.c1072 idx = combined_opcode & OCTEON_OPCODE_MASK; in octeon_get_dispatch()
1131 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()