Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfb/
H A Dnfb_tx.h131 uint64_t num_bytes = 0; in nfb_eth_ndp_tx() local
163 num_bytes += pkt_len; in nfb_eth_ndp_tx()
195 ndp->tx_bytes += num_bytes; in nfb_eth_ndp_tx()
H A Dnfb_rx.h147 uint64_t num_bytes = 0; in nfb_eth_ndp_rx() local
217 num_bytes += packet_size; in nfb_eth_ndp_rx()
230 ndp->rx_bytes += num_bytes; in nfb_eth_ndp_rx()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_kasumi.c83 uint32_t num_bytes[num_ops]; in process_kasumi_cipher_op() local
96 num_bytes[i] = ops[i]->sym->cipher.data.length >> 3; in process_kasumi_cipher_op()
103 iv, src, dst, num_bytes, in process_kasumi_cipher_op()
145 uint32_t num_bytes; in process_kasumi_hash_op() local
161 num_bytes = length_in_bits >> 3; in process_kasumi_hash_op()
167 num_bytes, dst); in process_kasumi_hash_op()
180 num_bytes, dst); in process_kasumi_hash_op()
H A Dpmd_zuc.c77 uint32_t num_bytes[ZUC_MAX_BURST]; in process_zuc_cipher_op() local
119 num_bytes[i] = ops[i]->sym->cipher.data.length >> 3; in process_zuc_cipher_op()
128 num_bytes, processed_ops); in process_zuc_cipher_op()
H A Dpmd_snow3g.c106 uint32_t num_bytes[SNOW3G_MAX_BURST] = {0}; in process_snow3g_cipher_op() local
149 num_bytes[i] = cipher_len; in process_snow3g_cipher_op()
154 src, dst, num_bytes, processed_ops); in process_snow3g_cipher_op()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h2437 uint32_t length_in_bits, num_bytes; in fill_digest_params() local
2447 num_bytes = (length_in_bits >> 3); in fill_digest_params()
2450 src, num_bytes, &length_in_bits, &direction); in fill_digest_params()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3455 uint32_t length_in_bits, num_bytes; in fill_digest_params() local
3465 num_bytes = (length_in_bits >> 3); in fill_digest_params()
3468 num_bytes, in fill_digest_params()