Searched refs:umr_wqe (Results 1 – 3 of 3) sorted by relevance
620 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_alloc_rx_mpwqe() local629 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()630 memcpy(umr_wqe, &rq->mpwqe.umr_wqe, sizeof(struct mlx5e_umr_wqe)); in mlx5e_alloc_rx_mpwqe()642 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_alloc_rx_mpwqe()654 memset(&umr_wqe->inline_mtts[rq->mpwqe.pages_per_wqe], 0, in mlx5e_alloc_rx_mpwqe()655 sizeof(*umr_wqe->inline_mtts) * pad); in mlx5e_alloc_rx_mpwqe()661 umr_wqe->hdr.ctrl.opmod_idx_opcode = in mlx5e_alloc_rx_mpwqe()666 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_alloc_rx_mpwqe()677 sq->doorbell_cseg = &umr_wqe->hdr.ctrl; in mlx5e_alloc_rx_mpwqe()
675 struct mlx5e_umr_wqe_hdr umr_wqe; member
366 container_of(&rq->mpwqe.umr_wqe, in mlx5e_rq_alloc_mpwqe_info()