Searched refs:MLX5_FLOW_CONTEXT_ACTION_DROP (Results 1 – 7 of 7) sorted by relevance
133 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
415 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
1195 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_vport_ingress_config()1282 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_vport_egress_config()
1390 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()1481 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
2069 action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_tc_nic_actions()2682 action |= MLX5_FLOW_CONTEXT_ACTION_DROP | in parse_tc_fdb_actions()
2802 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()2879 bool is_drop = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_DROP; in is_valid_esp_aes_gcm()3335 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()
2394 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator