Searched refs:protid (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | protocol_cmd.h | 558 uint32_t protid; member 616 uint32_t protid, uint16_t protoinfo) in rta_proto_operation() argument 628 if (proto_table[i].protid == protid) { in rta_proto_operation() 653 __rta_out32(program, opcode | optype | protid | protoinfo); in rta_proto_operation() 664 rta_dkp_proto(struct program *program, uint32_t protid, in rta_dkp_proto() argument 677 ret = rta_proto_operation(program, OP_TYPE_UNI_PROTOCOL, protid, in rta_dkp_proto() 695 out_words = split_key_len(protid) / 4; in rta_dkp_proto()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 501 #define PROTOCOL(program, optype, protid, protoinfo) \ argument 502 rta_proto_operation(program, optype, protid, protoinfo) 525 #define DKP_PROTOCOL(program, protid, key_src, key_dst, keylen, key, key_type) \ argument 526 rta_dkp_proto(program, protid, key_src, key_dst, keylen, key, key_type)
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | common.h | 94 uint32_t protid; member
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 198 unsigned char protid; member
|