Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c2306 struct mlx5_wqe_eseg *__rte_restrict es = &wqe->eseg; in mlx5_tx_eseg_none()
2365 struct mlx5_wqe_eseg *__rte_restrict es = &wqe->eseg; in mlx5_tx_eseg_dmin()
2451 struct mlx5_wqe_eseg *__rte_restrict es = &wqe->eseg; in mlx5_tx_eseg_data()
2674 struct mlx5_wqe_eseg *__rte_restrict es = &wqe->eseg; in mlx5_tx_eseg_mdat()
4078 struct mlx5_wqe_eseg *__rte_restrict eseg; in mlx5_tx_burst_empw_simple() local
4124 eseg = &loc->wqe_last->eseg; in mlx5_tx_burst_empw_simple()
4129 eseg->mss = rte_cpu_to_be_16 in mlx5_tx_burst_empw_simple()
4192 if (!mlx5_tx_match_empw(txq, eseg, loc, dlen, olx)) { in mlx5_tx_burst_empw_simple()
4297 wqem->eseg.mss = rte_cpu_to_be_16 in mlx5_tx_burst_empw_inline()
4498 if (!mlx5_tx_match_empw(txq, &wqem->eseg, in mlx5_tx_burst_empw_inline()
H A Dmlx5_txpp.c393 struct mlx5_wqe_eseg *es = &wqe->eseg; in mlx5_txpp_fill_wqe_clock_queue()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h354 struct mlx5_wqe_eseg eseg; member