Searched refs:flower_entry (Results 1 – 2 of 2) sorted by relevance
106 struct nfp_fl_payload *flower_entry; in nfp_flower_search_fl_table() local108 hash_for_each_possible_rcu(priv->flow_table, flower_entry, link, in nfp_flower_search_fl_table()110 if (flower_entry->tc_flower_cookie == tc_flower_cookie && in nfp_flower_search_fl_table()111 (!netdev || flower_entry->ingress_dev == netdev) && in nfp_flower_search_fl_table()113 flower_entry->meta.host_ctx_id == host_ctx)) in nfp_flower_search_fl_table()114 return flower_entry; in nfp_flower_search_fl_table()
776 struct ch_tc_flower_entry *flower_entry; in ch_flower_stats_handler() local787 while ((flower_entry = rhashtable_walk_next(&iter)) && in ch_flower_stats_handler()788 !IS_ERR(flower_entry)) { in ch_flower_stats_handler()790 flower_entry->filter_id, in ch_flower_stats_handler()792 flower_entry->fs.hash); in ch_flower_stats_handler()794 spin_lock(&flower_entry->lock); in ch_flower_stats_handler()795 ofld_stats = &flower_entry->stats; in ch_flower_stats_handler()801 spin_unlock(&flower_entry->lock); in ch_flower_stats_handler()807 } while (flower_entry == ERR_PTR(-EAGAIN)); in ch_flower_stats_handler()