Searched refs:optype (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | protocol_cmd.h | 528 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 D | common.h | 93 uint32_t optype; member
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 504 #define PROTOCOL(program, optype, protid, protoinfo) \ argument 505 rta_proto_operation(program, optype, protid, protoinfo)
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 197 unsigned int optype:3; member
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 166 * ``--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 D | virtio.rst | 97 --ptest throughput --optype cipher-then-auth --cipher-algo aes-cbc \
|