Searched defs:elts (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec.c | 94 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 D | mlx5_rxtx_vec_altivec.h | 44 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 D | mlx5_rxtx_vec_sse.h | 42 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 D | mlx5_rxtx_vec_neon.h | 40 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 D | mlx5_txq.c | 65 struct rte_mbuf *(*elts)[elts_n] = &txq_ctrl->txq.elts; in txq_free_elts() local
|
| H A D | mlx5_tx.h | 169 struct rte_mbuf *elts[0]; member 657 struct rte_mbuf **elts = (struct rte_mbuf **)txq->elts; in mlx5_tx_copy_elts() local
|
| H A D | mlx5_rx.h | 121 struct rte_mbuf *(*elts)[]; member
|
| H A D | mlx5.h | 571 struct mlx5_aso_sq_elem elts[1 << MLX5_ASO_QUEUE_LOG_DESC]; member
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxq.c | 501 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 D | mlx4_txq.c | 209 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 D | mlx4_rxtx.h | 51 struct rte_mbuf *(*elts)[]; /**< Rx elements. */ member 107 struct txq_elt (*elts)[]; /**< Tx elements. */ member
|