Searched refs:aso_wqe (Results 1 – 2 of 2) sorted by relevance
117 struct mlx5_aso_wqe *aso_wqe; in mlx5e_tc_meter_modify() local159 aso_wqe = mlx5_aso_get_wqe(aso); in mlx5e_tc_meter_modify()161 mlx5_aso_build_wqe(aso, ds_cnt, aso_wqe, meter->obj_id, in mlx5e_tc_meter_modify()164 aso_ctrl = &aso_wqe->aso_ctrl; in mlx5e_tc_meter_modify()171 aso_data = (struct mlx5_wqe_aso_data_seg *)(aso_wqe + 1); in mlx5e_tc_meter_modify()187 mlx5_aso_post_wqe(aso, true, &aso_wqe->ctrl); in mlx5e_tc_meter_modify()
84 struct mlx5_aso_wqe *aso_wqe,