Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c714 tc_info->flow_ht_params); in otx2_tc_del_flow()
746 nic->tc_info.flow_ht_params)); in otx2_tc_del_flow()
792 tc_info->flow_ht_params); in otx2_tc_add_flow()
827 nic->tc_info.flow_ht_params); in otx2_tc_add_flow()
875 tc_info->flow_ht_params); in otx2_tc_get_flow_stats()
1136 tc->flow_ht_params = tc_flow_ht_params; in otx2_init_tc()
1137 err = rhashtable_init(&tc->flow_table, &tc->flow_ht_params); in otx2_init_tc()
Dotx2_common.h345 struct rhashtable_params flow_ht_params; member
/linux-6.1.9/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.h1410 struct rhashtable_params flow_ht_params; member