Home
last modified time | relevance | path

Searched defs:bl (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/distributor/
H A Drte_distributor_single.c86 add_to_backlog(struct rte_distributor_backlog *bl, int64_t item) in add_to_backlog()
98 backlog_pop(struct rte_distributor_backlog *bl) in backlog_pop()
136 struct rte_distributor_backlog *bl = &d->backlog[wkr]; in handle_worker_shutdown() local
H A Drte_distributor.c242 struct rte_distributor_backlog *bl; in find_match_scalar() local
541 struct rte_distributor_backlog *bl = in rte_distributor_process() local
561 struct rte_distributor_backlog *bl; in rte_distributor_process() local
H A Drte_distributor_match_sse.c23 struct rte_distributor_backlog *bl; in find_match_vec() local
/dpdk/lib/ipsec/
H A Dipsec_sqn.h66 uint32_t th, tl, bl; in reconstruct_esn() local
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c298 uint32_t bl = op->sym->cipher.data.length; in mlx5_crypto_get_block_size() local
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c586 static void prepare_key(unsigned char *k, unsigned char *l, int bl) in prepare_key()