Searched refs:aso_ctrl (Results 1 – 3 of 3) sorted by relevance
41 struct mlx5_wqe_aso_ctrl_seg aso_ctrl; member46 struct mlx5_wqe_aso_ctrl_seg aso_ctrl; member
113 struct mlx5_wqe_aso_ctrl_seg *aso_ctrl; in mlx5e_tc_meter_modify() local164 aso_ctrl = &aso_wqe->aso_ctrl; in mlx5e_tc_meter_modify()165 aso_ctrl->data_mask_mode = MLX5_ASO_DATA_MASK_MODE_BYTEWISE_64BYTE << 6; in mlx5e_tc_meter_modify()166 aso_ctrl->condition_1_0_operand = MLX5_ASO_ALWAYS_TRUE | in mlx5e_tc_meter_modify()168 aso_ctrl->data_offset_condition_operand = MLX5_ASO_LOGICAL_OR << 6; in mlx5e_tc_meter_modify()169 aso_ctrl->data_mask = cpu_to_be64(0x80FFFFFFULL << (meter->idx ? 0 : 32)); in mlx5e_tc_meter_modify()
617 ctrl = &wqe->aso_ctrl; in mlx5e_ipsec_aso_query()