Home
last modified time | relevance | path

Searched refs:mlx5e_get_mpw_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c21 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_xsk_alloc_rx_mpwqe()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c761 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_alloc_rx_mpwqe()
884 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_dealloc_rx_mpwqe()
1112 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, head); in mlx5e_post_rx_mpwqes()
1913 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, wqe_id); in mlx5e_handle_rx_cqe_mpwrq_rep()
2316 wi = mlx5e_get_mpw_info(rq, wqe_id); in mlx5e_handle_rx_cqe_mpwrq_shampo()
2386 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, wqe_id); in mlx5e_handle_rx_cqe_mpwrq()
Den_main.c308 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, i); in mlx5e_rq_alloc_mpwqe_info()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h503 static inline struct mlx5e_mpw_info *mlx5e_get_mpw_info(struct mlx5e_rq *rq, int i) in mlx5e_get_mpw_info() function