Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c34 xsk_buffs = (struct xdp_buff **)wi->alloc_units.xsk_buffs; in mlx5e_xsk_alloc_rx_mpwqe()
170 buffs = rq->wqe.alloc_units->xsk_buffs; in mlx5e_xsk_alloc_rx_wqes_batched()
254 struct mlx5e_xdp_buff *mxbuf = xsk_buff_to_mxbuf(wi->alloc_units.xsk_buffs[page_idx]); in mlx5e_xsk_skb_from_cqe_mpwrq_linear()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c572 struct xdp_buff **xsk_buffs = wi->alloc_units.xsk_buffs; in mlx5e_free_rx_mpwqe()
586 frag_page = &wi->alloc_units.frag_pages[i]; in mlx5e_free_rx_mpwqe()
789 frag_page = &wi->alloc_units.frag_pages[0]; in mlx5e_alloc_rx_mpwqe()
1986 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2131 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_skb_from_cqe_mpwrq_linear()
2343 frag_page = &wi->alloc_units.frag_pages[page_idx]; in mlx5e_handle_rx_cqe_mpwrq_shampo()
Den.h577 union mlx5e_alloc_units alloc_units; member
658 union mlx5e_alloc_units *alloc_units; member
Den_main.c385 alloc_units.frag_pages, in mlx5e_rq_alloc_mpwqe_info()
612 next_frag.frag_page = &rq->wqe.alloc_units->frag_pages[0]; in mlx5e_init_frags_partition()
656 rq->wqe.frags[i].xskp = &rq->wqe.alloc_units->xsk_buffs[i]; in mlx5e_init_xsk_buffs()
688 rq->wqe.alloc_units = aus; in mlx5e_init_wqe_alloc_info()
702 kvfree(rq->wqe.alloc_units); in mlx5e_free_wqe_alloc_info()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h561 size_t isz = struct_size(rq->mpwqe.info, alloc_units.frag_pages, rq->mpwqe.pages_per_wqe); in mlx5e_get_mpw_info()