Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1485 struct mlx5_flow_handler *iter_handler; in call_to_add_rule_notifiers() local
1498 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_add_rule_notifiers()
1500 if (iter_handler->add_dst_cb) { in call_to_add_rule_notifiers()
1505 if (iter_client->fs_handler == iter_handler) { in call_to_add_rule_notifiers()
1511 err = iter_handler->add_dst_cb(dst, in call_to_add_rule_notifiers()
1514 iter_handler->client_context); in call_to_add_rule_notifiers()
1526 struct mlx5_flow_handler *iter_handler; in call_to_del_rule_notifiers() local
1540 if (iter_client->fs_handler == iter_handler) { in call_to_del_rule_notifiers()
1546 if (iter_handler->del_dst_cb) { in call_to_del_rule_notifiers()
1547 iter_handler->del_dst_cb(dst, ctx_changed, data, in call_to_del_rule_notifiers()
[all …]