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 | 338 static inline struct mlx5e_wqe_frag_info *get_frag(struct mlx5e_rq *rq, u16 ix) in get_frag() function 346 struct mlx5e_wqe_frag_info *frag = get_frag(rq, ix); in mlx5e_alloc_rx_wqe() 391 struct mlx5e_wqe_frag_info *wi = get_frag(rq, ix); in mlx5e_dealloc_rx_wqe() 416 wi = get_frag(rq, j); in mlx5e_xsk_free_rx_wqes() 434 wi = get_frag(rq, j); in mlx5e_free_rx_wqes() 489 frag = get_frag(rq, j); in mlx5e_refill_rx_wqes() 1823 wi = get_frag(rq, ci); in mlx5e_handle_rx_cqe() 1871 wi = get_frag(rq, ci); in mlx5e_handle_rx_cqe_rep() 2640 wi = get_frag(rq, ci); in mlx5i_handle_rx_cqe() 2732 wi = get_frag(rq, ci); in mlx5e_trap_handle_rx_cqe()
|