Searched refs:MLX5_FLOW_CONTEXT_ACTION_DROP (Results 1 – 9 of 9) sorted by relevance
127 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_egress_lgcy_setup()
236 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_lgcy_setup()
527 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()605 bool is_drop = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_DROP; in is_valid_esp_aes_gcm()948 if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) { in _create_flow_rule()992 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()1956 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in UVERBS_HANDLER()
168 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
362 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in mlx5_cmd_dr_create_fte()
420 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
1545 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()1633 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
3554 action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_tc_nic_actions()4236 action |= MLX5_FLOW_CONTEXT_ACTION_DROP | in parse_tc_fdb_actions()4538 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in parse_tc_fdb_actions()
3005 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator