Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c631 tc_info->flow_ht_params); in otx2_tc_del_flow()
663 nic->tc_info.flow_ht_params)); in otx2_tc_del_flow()
709 tc_info->flow_ht_params); in otx2_tc_add_flow()
744 nic->tc_info.flow_ht_params); in otx2_tc_add_flow()
792 tc_info->flow_ht_params); in otx2_tc_get_flow_stats()
1052 tc->flow_ht_params = tc_flow_ht_params; in otx2_init_tc()
1053 return rhashtable_init(&tc->flow_table, &tc->flow_ht_params); in otx2_init_tc()
Dotx2_common.h303 struct rhashtable_params flow_ht_params; member
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1486 tc_info->flow_ht_params); in __bnxt_tc_del_flow()
1558 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1585 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1616 tc_info->flow_ht_params); in bnxt_tc_del_flow()
1634 tc_info->flow_ht_params); in bnxt_tc_get_flow_stats()
2026 tc_info->flow_ht_params = bnxt_tc_flow_ht_params; in bnxt_init_tc()
2027 rc = rhashtable_init(&tc_info->flow_table, &tc_info->flow_ht_params); in bnxt_init_tc()
Dbnxt.h1384 struct rhashtable_params flow_ht_params; member