Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c454 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_alloc_rx_mpwqe() local
467 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
469 memcpy(umr_wqe, &rq->mpwqe.umr_wqe, in mlx5e_alloc_rx_mpwqe()
476 umr_wqe->inline_mtts[i].ptag = cpu_to_be64(dma_info->addr | MLX5_EN_WR); in mlx5e_alloc_rx_mpwqe()
484 umr_wqe->ctrl.opmod_idx_opcode = in mlx5e_alloc_rx_mpwqe()
487 umr_wqe->uctrl.xlt_offset = cpu_to_be16(xlt_offset); in mlx5e_alloc_rx_mpwqe()
491 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &umr_wqe->ctrl); in mlx5e_alloc_rx_mpwqe()
Den.h541 struct mlx5e_umr_wqe umr_wqe; member
Den_main.c365 mlx5e_build_umr_wqe(rq, &c->icosq, &rq->mpwqe.umr_wqe); in mlx5e_rq_alloc_mpwqe_info()