Home
last modified time | relevance | path

Searched refs:OP_PCL_DKP_SRC_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dprotocol_cmd.h470 int key_src = (protoinfo & OP_PCL_DKP_SRC_MASK) >> OP_PCL_DKP_SRC_SHIFT; in __rta_dkp_proto()
673 key_src &= OP_PCL_DKP_SRC_MASK; in rta_dkp_proto()
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Ddesc.h975 #define OP_PCL_DKP_SRC_MASK (3 << OP_PCL_DKP_SRC_SHIFT) macro