Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c54 struct arfs_rule { struct
354 struct arfs_rule *arfs_rule; in arfs_may_expire_flow() local
362 mlx5e_for_each_arfs_rule(arfs_rule, htmp, priv->fs.arfs.arfs_tables, i, j) { in arfs_may_expire_flow()
363 if (!work_pending(&arfs_rule->arfs_work) && in arfs_may_expire_flow()
365 arfs_rule->rxq, arfs_rule->flow_id, in arfs_may_expire_flow()
366 arfs_rule->filter_id)) { in arfs_may_expire_flow()
367 hlist_del_init(&arfs_rule->hlist); in arfs_may_expire_flow()
368 hlist_add_head(&arfs_rule->hlist, &del_list); in arfs_may_expire_flow()
374 hlist_for_each_entry_safe(arfs_rule, htmp, &del_list, hlist) { in arfs_may_expire_flow()
375 if (arfs_rule->rule) in arfs_may_expire_flow()
[all …]