Searched refs:put_flow_table (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | fs.c | 628 static void put_flow_table(struct mlx5_ib_dev *dev, in put_flow_table() function 650 put_flow_table(dev, iter->prio, true); in mlx5_ib_destroy_flow() 656 put_flow_table(dev, handler->prio, true); in mlx5_ib_destroy_flow() 970 put_flow_table(dev, prio, false); in mlx5_ib_fs_add_op_fc() 984 put_flow_table(dev, &dev->flow_db->opfcs[type], true); in mlx5_ib_fs_remove_op_fc() 1408 put_flow_table(dev, ft_prio, false); in mlx5_ib_create_flow() 1410 put_flow_table(dev, ft_prio_tx, false); in mlx5_ib_create_flow() 1681 put_flow_table(dev, ft_prio, false); in raw_fs_rule_add() 2039 put_flow_table(obj->dev, obj->ft_prio, true); in steering_anchor_cleanup() 2200 goto put_flow_table; in UVERBS_HANDLER() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 69 static void put_flow_table(struct mlx5e_ethtool_table *eth_ft) in put_flow_table() function 522 put_flow_table(eth_rule->eth_ft); in del_ethtool_rule() 750 put_flow_table(eth_ft); in mlx5e_ethtool_flow_replace()
|