Home
last modified time | relevance | path

Searched refs:allow_rule (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c155 if (!vport->ingress.allow_rule) in esw_acl_ingress_allow_rule_destroy()
158 mlx5_del_flow_rules(vport->ingress.allow_rule); in esw_acl_ingress_allow_rule_destroy()
159 vport->ingress.allow_rule = NULL; in esw_acl_ingress_allow_rule_destroy()
Dingress_ofld.c48 vport->ingress.allow_rule = mlx5_add_flow_rules(vport->ingress.acl, spec, in esw_acl_ingress_prio_tag_create()
50 if (IS_ERR(vport->ingress.allow_rule)) { in esw_acl_ingress_prio_tag_create()
51 err = PTR_ERR(vport->ingress.allow_rule); in esw_acl_ingress_prio_tag_create()
55 vport->ingress.allow_rule = NULL; in esw_acl_ingress_prio_tag_create()
Dingress_lgcy.c224 vport->ingress.allow_rule = mlx5_add_flow_rules(vport->ingress.acl, spec, in esw_acl_ingress_lgcy_setup()
226 if (IS_ERR(vport->ingress.allow_rule)) { in esw_acl_ingress_lgcy_setup()
227 err = PTR_ERR(vport->ingress.allow_rule); in esw_acl_ingress_lgcy_setup()
231 vport->ingress.allow_rule = NULL; in esw_acl_ingress_lgcy_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Drdma.c17 mlx5_del_flow_rules(roce->allow_rule); in mlx5_rdma_disable_roce_steering()
102 roce->allow_rule = flow_rule; in mlx5_rdma_enable_roce_steering()
Deswitch.h71 struct mlx5_flow_handle *allow_rule; member
/kernel/linux/linux-5.10/include/linux/mlx5/
Ddriver.h534 struct mlx5_flow_handle *allow_rule; member