Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_dev.c39 struct ccp_queue *
280 ccp_lsb_alloc(struct ccp_queue *cmd_q, unsigned int count) in ccp_lsb_alloc()
317 ccp_lsb_free(struct ccp_queue *cmd_q, in ccp_lsb_free()
340 ccp_find_lsb_regions(struct ccp_queue *cmd_q, uint64_t status) in ccp_find_lsb_regions()
392 struct ccp_queue *cmd_q = &ccp->cmd_q[i]; in ccp_find_and_assign_lsb_to_q()
489 struct ccp_queue *cmd_q; in ccp_add_device()
H A Dccp_dev.h187 struct ccp_queue { struct
232 struct ccp_queue cmd_q[MAX_HW_QUEUES]; argument
486 struct ccp_queue *ccp_allot_queue(struct rte_cryptodev *dev, int slot_req);
H A Dccp_pmd_private.h54 struct ccp_queue *cmd_q;
H A Dccp_crypto.c1524 struct ccp_queue *cmd_q) in ccp_perform_passthru()
1573 struct ccp_queue *cmd_q) in ccp_perform_hmac()
1756 struct ccp_queue *cmd_q) in ccp_perform_sha()
1850 struct ccp_queue *cmd_q) in ccp_perform_sha3_hmac()
1997 struct ccp_queue *cmd_q) in ccp_perform_sha3()
2069 struct ccp_queue *cmd_q) in ccp_perform_aes_cmac()
2232 struct ccp_queue *cmd_q, in ccp_perform_aes()
2319 struct ccp_queue *cmd_q, in ccp_perform_3des()
2602 struct ccp_queue *cmd_q, in ccp_crypto_cipher()
2639 struct ccp_queue *cmd_q, in ccp_crypto_auth()
[all …]
H A Dccp_crypto.h354 struct ccp_queue *cmd_q,
H A Drte_ccp_pmd.c97 struct ccp_queue *cmd_q; in ccp_pmd_enqueue_burst()