Searched refs:umr_wqe (Results 1 – 4 of 4) sorted by relevance
24 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_xsk_alloc_rx_mpwqe() local51 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xsk_alloc_rx_mpwqe()52 memcpy(umr_wqe, &rq->mpwqe.umr_wqe, sizeof(struct mlx5e_umr_wqe)); in mlx5e_xsk_alloc_rx_mpwqe()59 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_xsk_alloc_rx_mpwqe()69 umr_wqe->inline_ksms[i] = (struct mlx5_ksm) { in mlx5e_xsk_alloc_rx_mpwqe()82 umr_wqe->inline_ksms[i << 2] = (struct mlx5_ksm) { in mlx5e_xsk_alloc_rx_mpwqe()86 umr_wqe->inline_ksms[(i << 2) + 1] = (struct mlx5_ksm) { in mlx5e_xsk_alloc_rx_mpwqe()109 umr_wqe->inline_klms[i << 1] = (struct mlx5_klm) { in mlx5e_xsk_alloc_rx_mpwqe()126 umr_wqe->hdr.ctrl.opmod_idx_opcode = in mlx5e_xsk_alloc_rx_mpwqe()137 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_xsk_alloc_rx_mpwqe()[all …]
638 umr_wqe->hdr.ctrl.opmod_idx_opcode = in build_ksm_umr()641 umr_wqe->hdr.ctrl.umr_mkey = key; in build_ksm_umr()672 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_build_shampo_hd_umr() local678 umr_wqe = mlx5_wq_cyc_get_wqe(&sq->wq, pi); in mlx5e_build_shampo_hd_umr()710 sq->doorbell_cseg = &umr_wqe->hdr.ctrl; in mlx5e_build_shampo_hd_umr()777 struct mlx5e_umr_wqe *umr_wqe; in mlx5e_alloc_rx_mpwqe() local790 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()791 memcpy(umr_wqe, &rq->mpwqe.umr_wqe, sizeof(struct mlx5e_umr_wqe)); in mlx5e_alloc_rx_mpwqe()816 sizeof(*umr_wqe->inline_mtts) * pad); in mlx5e_alloc_rx_mpwqe()822 umr_wqe->hdr.ctrl.opmod_idx_opcode = in mlx5e_alloc_rx_mpwqe()[all …]
667 struct mlx5e_umr_wqe_hdr umr_wqe; member
360 container_of(&rq->mpwqe.umr_wqe, in mlx5e_rq_alloc_mpwqe_info()
Completed in 30 milliseconds