Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c509 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_alloc_rx_mpwqe() local
524 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
525 memcpy(umr_wqe, &rq->mpwqe.umr_wqe, offsetof(struct mlx5e_umr_wqe, inline_mtts)); in mlx5e_alloc_rx_mpwqe()
531 umr_wqe->inline_mtts[i].ptag = cpu_to_be64(dma_info->addr | MLX5_EN_WR); in mlx5e_alloc_rx_mpwqe()
537 umr_wqe->ctrl.opmod_idx_opcode = in mlx5e_alloc_rx_mpwqe()
540 umr_wqe->uctrl.xlt_offset = in mlx5e_alloc_rx_mpwqe()
551 sq->doorbell_cseg = &umr_wqe->ctrl; in mlx5e_alloc_rx_mpwqe()
Den.h580 struct mlx5e_umr_wqe umr_wqe; member
Den_main.c242 mlx5e_build_umr_wqe(rq, &c->icosq, &rq->mpwqe.umr_wqe); in mlx5e_rq_alloc_mpwqe_info()