Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c49 static const struct rhashtable_params mtk_flow_ht_params = { variable
283 if (rhashtable_lookup(&eth->flow_table, &f->cookie, mtk_flow_ht_params)) in mtk_flow_offload_replace()
505 mtk_flow_ht_params); in mtk_flow_offload_replace()
526 mtk_flow_ht_params); in mtk_flow_offload_destroy()
532 mtk_flow_ht_params); in mtk_flow_offload_destroy()
548 mtk_flow_ht_params); in mtk_flow_offload_stats()
676 return rhashtable_init(&eth->flow_table, &mtk_flow_ht_params); in mtk_eth_offload_init()