Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c215 if (rxq->consumed_strd == strd_n) { in rxq_copy_mprq_mbuf_v()
219 rxq->consumed_strd = 0; in rxq_copy_mprq_mbuf_v()
225 rxq->consumed_strd = strd_n; in rxq_copy_mprq_mbuf_v()
235 buf, rxq->consumed_strd, strd_cnt); in rxq_copy_mprq_mbuf_v()
236 rxq->consumed_strd += strd_cnt; in rxq_copy_mprq_mbuf_v()
H A Dmlx5_rx.c379 rxq->consumed_strd = 0; in mlx5_rxq_initialize()
1055 uint16_t consumed_strd = rxq->consumed_strd; in mlx5_rx_burst_mprq() local
1068 if (consumed_strd == strd_n) { in mlx5_rx_burst_mprq()
1072 consumed_strd = 0; in mlx5_rx_burst_mprq()
1092 consumed_strd += strd_cnt; in mlx5_rx_burst_mprq()
1141 rxq->consumed_strd = consumed_strd; in mlx5_rx_burst_mprq()
H A Dmlx5_rx.h107 uint16_t consumed_strd; /* Number of consumed strides in WQE. */ member