Searched refs:mlx5e_mpw_info (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| A D | rx.h | 15 struct mlx5e_mpw_info *wi,
|
| A D | rx.c | 21 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_xsk_alloc_rx_mpwqe() 248 struct mlx5e_mpw_info *wi, in mlx5e_xsk_skb_from_cqe_mpwrq_linear()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rx.c | 64 mlx5e_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, 68 mlx5e_skb_from_cqe_mpwrq_nonlinear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, 563 mlx5e_free_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi) in mlx5e_free_rx_mpwqe() 773 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_alloc_rx_mpwqe() 879 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, ix); in mlx5e_dealloc_rx_mpwqe() 1114 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, head); in mlx5e_post_rx_mpwqes() 1920 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, wqe_id); in mlx5e_handle_rx_cqe_mpwrq_rep() 2148 mlx5e_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, in mlx5e_skb_from_cqe_mpwrq_linear() 2206 mlx5e_skb_from_cqe_shampo(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, in mlx5e_skb_from_cqe_shampo() 2318 struct mlx5e_mpw_info *wi; in mlx5e_handle_rx_cqe_mpwrq_shampo() [all …]
|
| A D | en.h | 580 struct mlx5e_mpw_info { struct 592 (*mlx5e_fp_skb_from_cqe_mpwrq)(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, argument 668 struct mlx5e_mpw_info *info;
|
| A D | en_main.c | 354 struct mlx5e_mpw_info *wi = mlx5e_get_mpw_info(rq, i); in mlx5e_rq_alloc_mpwqe_info()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | txrx.h | 583 static inline struct mlx5e_mpw_info *mlx5e_get_mpw_info(struct mlx5e_rq *rq, int i) in mlx5e_get_mpw_info() 587 return (struct mlx5e_mpw_info *)((char *)rq->mpwqe.info + array_size(i, isz)); in mlx5e_get_mpw_info()
|
Completed in 33 milliseconds