Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c47 static const struct rhashtable_params mtk_flow_ht_params = { variable
247 if (rhashtable_lookup(&eth->flow_table, &f->cookie, mtk_flow_ht_params)) in mtk_flow_offload_replace()
455 mtk_flow_ht_params); in mtk_flow_offload_replace()
476 mtk_flow_ht_params); in mtk_flow_offload_destroy()
482 mtk_flow_ht_params); in mtk_flow_offload_destroy()
497 mtk_flow_ht_params); in mtk_flow_offload_stats()
605 return rhashtable_init(&eth->flow_table, &mtk_flow_ht_params); in mtk_eth_offload_init()