Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dprotocol_cmd.h528 uint32_t optype; member
586 rta_proto_operation(struct program *program, uint32_t optype, in rta_proto_operation() argument
591 uint32_t optype_tmp = optype; in rta_proto_operation()
598 if (optype_tmp == proto_table[i].optype) { in rta_proto_operation()
624 __rta_out32(program, opcode | optype | protid | protoinfo); in rta_proto_operation()
/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dcommon.h93 uint32_t optype; member
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h504 #define PROTOCOL(program, optype, protid, protoinfo) \ argument
505 rta_proto_operation(program, optype, protid, protoinfo)
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h197 unsigned int optype:3; member
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst166 * ``--optype <name>``
407 --ptest throughput --devtype crypto_aesni_mb --optype cipher-then-auth
418 --cipher-op encrypt --optype cipher-only --silent
429 --optype aead --silent --ptest verify --total-ops 10
520 "optype": "auth-then-cipher",
/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst97 --ptest throughput --optype cipher-then-auth --cipher-algo aes-cbc \