Home
last modified time | relevance | path

Searched defs:elts (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c94 struct rte_mbuf **elts = &(*rxq->elts)[elts_idx]; in mlx5_rx_replenish_bulk_mbuf() local
156 struct rte_mbuf **elts = &(*rxq->elts)[elts_idx]; in mlx5_rx_mprq_replenish_bulk_mbuf() local
205 struct rte_mbuf **elts = &(*rxq->elts)[elts_idx]; in rxq_copy_mprq_mbuf_v() local
295 struct rte_mbuf **elts; in rxq_burst_v() local
435 struct rte_mbuf **elts; in rxq_burst_mprq_v() local
H A Dmlx5_rxtx_vec_altivec.h44 rxq_copy_mbuf_v(struct rte_mbuf **elts, struct rte_mbuf **pkts, uint16_t n) in rxq_copy_mbuf_v()
77 struct rte_mbuf **elts) in rxq_cq_decompress_v()
781 struct rte_mbuf **elts, struct rte_mbuf **pkts, in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_sse.h42 rxq_copy_mbuf_v(struct rte_mbuf **elts, struct rte_mbuf **pkts, uint16_t n) in rxq_copy_mbuf_v()
74 struct rte_mbuf **elts) in rxq_cq_decompress_v()
521 struct rte_mbuf **elts, struct rte_mbuf **pkts, in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_neon.h40 rxq_copy_mbuf_v(struct rte_mbuf **elts, struct rte_mbuf **pkts, uint16_t n) in rxq_copy_mbuf_v()
72 struct rte_mbuf **elts) in rxq_cq_decompress_v()
522 struct rte_mbuf **elts, struct rte_mbuf **pkts, in rxq_cq_process_v()
H A Dmlx5_txq.c65 struct rte_mbuf *(*elts)[elts_n] = &txq_ctrl->txq.elts; in txq_free_elts() local
H A Dmlx5_tx.h169 struct rte_mbuf *elts[0]; member
657 struct rte_mbuf **elts = (struct rte_mbuf **)txq->elts; in mlx5_tx_copy_elts() local
H A Dmlx5_rx.h121 struct rte_mbuf *(*elts)[]; member
H A Dmlx5.h571 struct mlx5_aso_sq_elem elts[1 << MLX5_ASO_QUEUE_LOG_DESC]; member
/dpdk/drivers/net/mlx4/
H A Dmlx4_rxq.c501 struct rte_mbuf *(*elts)[elts_n] = rxq->elts; in mlx4_rxq_attach() local
652 struct rte_mbuf *(*elts)[1 << rxq->elts_n] = rxq->elts; in mlx4_rxq_detach() local
738 struct rte_mbuf *(*elts)[rte_align32pow2(desc)]; in mlx4_rx_queue_setup() local
H A Dmlx4_txq.c209 struct txq_elt (*elts)[txq->elts_n] = txq->elts; in mlx4_txq_free_elts() local
319 struct txq_elt (*elts)[rte_align32pow2(desc)]; in mlx4_tx_queue_setup() local
H A Dmlx4_rxtx.h51 struct rte_mbuf *(*elts)[]; /**< Rx elements. */ member
107 struct txq_elt (*elts)[]; /**< Tx elements. */ member