Home
last modified time | relevance | path

Searched refs:dsts_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_dev_msg.h24 unsigned int dsts_count; member
H A Dbcmfs_sym_engine.c671 sreq->msgs.dsts_count = 2; in bcmfs_crypto_build_auth_req()
762 sreq->msgs.dsts_count = 2; in bcmfs_crypto_build_cipher_req()
942 sreq->msgs.dsts_count = dst_index; in bcmfs_crypto_build_chain_request()
1162 sreq->msgs.dsts_count = dst_index; in bcmfs_crypto_build_aead_request()
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs4_rm.c336 for (i = 0; i < msg->dsts_count; i++) { in bcmfs4_sanity_check()
358 dst < msg->dsts_count) { in estimate_nonheader_desc_count()
366 while (dst_target && dst < msg->dsts_count) { in estimate_nonheader_desc_count()
398 while (src < msg->srcs_count || dst < msg->dsts_count) { in bcmfs4_enqueue_msg()
417 while (dst_target && (dst < msg->dsts_count)) { in bcmfs4_enqueue_msg()
H A Dbcmfs5_rm.c312 for (i = 0; i < msg->dsts_count; i++) { in bcmfs5_sanity_check()
335 uint32_t nhcnt = msg->srcs_count + msg->dsts_count; in bcmfs5_enqueue_msg()
359 for (dst = 0; dst < msg->dsts_count; dst++) { in bcmfs5_enqueue_msg()