Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c208 if (rxq->consumed_strd == strd_n) { in rxq_copy_mprq_mbuf_v()
212 rxq->consumed_strd = 0; in rxq_copy_mprq_mbuf_v()
218 rxq->consumed_strd = strd_n; in rxq_copy_mprq_mbuf_v()
228 buf, rxq->consumed_strd, strd_cnt); in rxq_copy_mprq_mbuf_v()
229 rxq->consumed_strd += strd_cnt; in rxq_copy_mprq_mbuf_v()
H A Dmlx5_rxtx.c895 rxq->consumed_strd = 0; in mlx5_rxq_initialize()
1653 uint16_t consumed_strd = rxq->consumed_strd; in mlx5_rx_burst_mprq() local
1666 if (consumed_strd == strd_n) { in mlx5_rx_burst_mprq()
1670 consumed_strd = 0; in mlx5_rx_burst_mprq()
1690 consumed_strd += strd_cnt; in mlx5_rx_burst_mprq()
1739 rxq->consumed_strd = consumed_strd; in mlx5_rx_burst_mprq()
H A Dmlx5_rxtx.h135 uint16_t consumed_strd; /* Number of consumed strides in WQE. */ member