Home
last modified time | relevance | path

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

/Linux-v5.4/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.c1208 if (!IS_ERR_OR_NULL(vport->ingress.allow_rule)) in esw_vport_cleanup_ingress_rules()
1209 mlx5_del_flow_rules(vport->ingress.allow_rule); in esw_vport_cleanup_ingress_rules()
1212 vport->ingress.allow_rule = NULL; in esw_vport_cleanup_ingress_rules()
1289 vport->ingress.allow_rule = in esw_vport_ingress_config()
1292 if (IS_ERR(vport->ingress.allow_rule)) { in esw_vport_ingress_config()
1293 err = PTR_ERR(vport->ingress.allow_rule); in esw_vport_ingress_config()
1297 vport->ingress.allow_rule = NULL; in esw_vport_ingress_config()
Deswitch_offloads.c1785 vport->ingress.allow_rule = in esw_vport_ingress_prio_tag_config()
1788 if (IS_ERR(vport->ingress.allow_rule)) { in esw_vport_ingress_prio_tag_config()
1789 err = PTR_ERR(vport->ingress.allow_rule); in esw_vport_ingress_prio_tag_config()
1793 vport->ingress.allow_rule = NULL; in esw_vport_ingress_prio_tag_config()
Deswitch.h74 struct mlx5_flow_handle *allow_rule; member
/Linux-v5.4/include/linux/mlx5/
Ddriver.h531 struct mlx5_flow_handle *allow_rule; member