Home
last modified time | relevance | path

Searched refs:wqe_last (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c3264 loc->wqe_last = wqe; in mlx5_tx_packet_multi_tso()
3348 loc->wqe_last = wqe; in mlx5_tx_packet_multi_send()
3551 loc->wqe_last = wqe; in mlx5_tx_packet_multi_inline()
3758 loc->wqe_last = wqe; in mlx5_tx_burst_tso()
4007 loc->wqe_last = wqem; in mlx5_tx_idone_empw()
4124 eseg = &loc->wqe_last->eseg; in mlx5_tx_burst_empw_simple()
4631 loc->wqe_last = wqe; in mlx5_tx_burst_single_send()
4693 loc->wqe_last = wqe; in mlx5_tx_burst_single_send()
4734 loc->wqe_last = wqe; in mlx5_tx_burst_single_send()
4775 loc->wqe_last = wqe; in mlx5_tx_burst_single_send()
[all …]
H A Dmlx5_rxtx.h211 struct mlx5_wqe *wqe_last; /* last sent WQE pointer. */ member