Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_sym_crypto.c73 uint16_t rx_ops_cnt, i, n = 0; in rte_port_sym_crypto_reader_rx() local
75 rx_ops_cnt = rte_cryptodev_dequeue_burst(p->cryptodev_id, p->queue_id, in rte_port_sym_crypto_reader_rx()
78 for (i = 0; i < rx_ops_cnt; i++) { in rte_port_sym_crypto_reader_rx()
94 RTE_PORT_SYM_CRYPTO_READER_STATS_PKTS_DROP_ADD(p, rx_ops_cnt - n); in rte_port_sym_crypto_reader_rx()