Searched refs:get_frag (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 366 static inline struct mlx5e_wqe_frag_info *get_frag(struct mlx5e_rq *rq, u16 ix) in get_frag() function 374 struct mlx5e_wqe_frag_info *frag = get_frag(rq, ix); in mlx5e_alloc_rx_wqe() 422 struct mlx5e_wqe_frag_info *wi = get_frag(rq, ix); in mlx5e_dealloc_rx_wqe() 447 wi = get_frag(rq, j); in mlx5e_xsk_free_rx_wqes() 465 wi = get_frag(rq, j); in mlx5e_free_rx_wqes() 520 frag = get_frag(rq, j); in mlx5e_refill_rx_wqes() 1744 wi = get_frag(rq, ci); in mlx5e_handle_rx_cqe() 1793 wi = get_frag(rq, ci); in mlx5e_handle_rx_cqe_rep() 2615 wi = get_frag(rq, ci); in mlx5i_handle_rx_cqe() 2707 wi = get_frag(rq, ci); in mlx5e_trap_handle_rx_cqe()
|