Home
last modified time | relevance | path

Searched refs:DPAA_SEC_BURST (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h15 #define DPAA_SEC_BURST 7 macro
H A Ddpaa_sec.c144 if (DPAA_PER_LCORE_DPAA_SEC_OP_NB >= DPAA_SEC_BURST) in dqrr_out_fq_cb_rx()
1710 struct qm_fd fds[DPAA_SEC_BURST], *fd; in dpaa_sec_enqueue_burst()
1716 uint32_t index, flags[DPAA_SEC_BURST] = {0}; in dpaa_sec_enqueue_burst()
1717 struct qman_fq *inq[DPAA_SEC_BURST]; in dpaa_sec_enqueue_burst()
1720 frames_to_send = (nb_ops > DPAA_SEC_BURST) ? in dpaa_sec_enqueue_burst()
1721 DPAA_SEC_BURST : nb_ops; in dpaa_sec_enqueue_burst()