Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp.h101 struct ccp_queue { struct
130 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, argument
171 struct ccp_queue queues[MAX_HW_QUEUES];
211 void ccp_queue_write_tail(struct ccp_queue *qp);
215 void db_ccp_show_queue_hw(struct ccp_queue *qp);
221 int ccp_authenc(struct ccp_queue *sc, struct ccp_session *s,
223 int ccp_blkcipher(struct ccp_queue *sc, struct ccp_session *s,
238 void ccp_queue_abort(struct ccp_queue *qp);
239 void ccp_queue_release(struct ccp_queue *qp);
245 ccp_queue_get_active(struct ccp_queue *qp) in ccp_queue_get_active()
[all …]
H A Dccp_hardware.c125 ccp_queue_write_tail(struct ccp_queue *qp) in ccp_queue_write_tail()
136 ccp_queue_lsb_entry(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_entry()
146 ccp_queue_lsb_address(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_address()
215 struct ccp_queue *qp; in ccp_hw_attach_queue()
321 struct ccp_queue *qp; in ccp_hw_detach_queue()
540 ccp_intr_run_completions(struct ccp_queue *qp, uint32_t ints) in ccp_intr_run_completions()
847 ccp_passthrough(struct ccp_queue *qp, bus_addr_t dst, in ccp_passthrough()
1204 ccp_do_hmac_done(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_hmac_done()
1468 ccp_do_blkcipher(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_blkcipher()
1761 ccp_do_gctr(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_gctr()
[all …]
H A Dccp.c139 struct ccp_queue *qp; in ccp_initialize_queues()
159 struct ccp_queue *qp; in ccp_free_queues()
535 struct ccp_queue *qp; in ccp_process()
652 ccp_queue_reserve_space(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_reserve_space()
673 ccp_queue_acquire_reserve(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_acquire_reserve()
686 ccp_queue_release(struct ccp_queue *qp) in ccp_queue_release()
698 ccp_queue_abort(struct ccp_queue *qp) in ccp_queue_abort()
740 db_show_ccp_qp(struct ccp_queue *qp) in db_show_ccp_qp()
H A Dccp_lsb.c46 struct ccp_queue *qp; in ccp_queue_decode_lsb_regions()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.c38 struct ccp_queue *
279 ccp_lsb_alloc(struct ccp_queue *cmd_q, unsigned int count) in ccp_lsb_alloc()
316 ccp_lsb_free(struct ccp_queue *cmd_q, in ccp_lsb_free()
339 ccp_find_lsb_regions(struct ccp_queue *cmd_q, uint64_t status) in ccp_find_lsb_regions()
391 struct ccp_queue *cmd_q = &ccp->cmd_q[i]; in ccp_find_and_assign_lsb_to_q()
488 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
485 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.c1507 struct ccp_queue *cmd_q) in ccp_perform_passthru()
1556 struct ccp_queue *cmd_q) in ccp_perform_hmac()
1731 struct ccp_queue *cmd_q) in ccp_perform_sha()
1821 struct ccp_queue *cmd_q) in ccp_perform_sha3_hmac()
1962 struct ccp_queue *cmd_q) in ccp_perform_sha3()
2028 struct ccp_queue *cmd_q) in ccp_perform_aes_cmac()
2180 struct ccp_queue *cmd_q, in ccp_perform_aes()
2267 struct ccp_queue *cmd_q, in ccp_perform_3des()
2543 struct ccp_queue *cmd_q, in ccp_crypto_cipher()
2580 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.c201 struct ccp_queue *cmd_q; in ccp_pmd_enqueue_burst()