Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1522 struct mlx5_flow_handler *iter_handler; in call_to_add_rule_notifiers() local
1535 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_add_rule_notifiers()
1537 if (iter_handler->add_dst_cb) { in call_to_add_rule_notifiers()
1542 if (iter_client->fs_handler == iter_handler) { in call_to_add_rule_notifiers()
1548 err = iter_handler->add_dst_cb(dst, in call_to_add_rule_notifiers()
1551 iter_handler->client_context); in call_to_add_rule_notifiers()
1563 struct mlx5_flow_handler *iter_handler; in call_to_del_rule_notifiers() local
1577 if (iter_client->fs_handler == iter_handler) { in call_to_del_rule_notifiers()
1583 if (iter_handler->del_dst_cb) { in call_to_del_rule_notifiers()
1584 iter_handler->del_dst_cb(dst, ctx_changed, data, in call_to_del_rule_notifiers()
[all …]