Home
last modified time | relevance | path

Searched refs:alloc_units (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c603 struct xdp_buff **xsk_buffs = wi->alloc_units.xsk_buffs; in mlx5e_free_rx_mpwqe()
617 frag_page = &wi->alloc_units.frag_pages[i]; in mlx5e_free_rx_mpwqe()
659 frag_page = &wi->alloc_units.frag_pages[0]; in mlx5e_alloc_rx_mpwqe()
1908 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2096 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_skb_from_cqe_mpwrq_linear()
2278 frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_handle_rx_cqe_mpwrq_shampo()
2315 frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_handle_rx_cqe_mpwrq_shampo()
H A Den.h597 union mlx5e_alloc_units alloc_units; member
677 union mlx5e_alloc_units *alloc_units; member
H A Den_main.c349 alloc_units.frag_pages, in mlx5e_rq_alloc_mpwqe_info()
563 next_frag.frag_page = &rq->wqe.alloc_units->frag_pages[0]; in mlx5e_init_frags_partition()
607 rq->wqe.frags[i].xskp = &rq->wqe.alloc_units->xsk_buffs[i]; in mlx5e_init_xsk_buffs()
639 rq->wqe.alloc_units = aus; in mlx5e_init_wqe_alloc_info()
653 kvfree(rq->wqe.alloc_units); in mlx5e_free_wqe_alloc_info()