Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1255 tc_info->flow_ht_params); in __bnxt_tc_del_flow()
1319 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1346 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1377 tc_info->flow_ht_params); in bnxt_tc_del_flow()
1395 tc_info->flow_ht_params); in bnxt_tc_get_flow_stats()
1640 tc_info->flow_ht_params = bnxt_tc_flow_ht_params; in bnxt_init_tc()
1641 rc = rhashtable_init(&tc_info->flow_table, &tc_info->flow_ht_params); in bnxt_init_tc()
Dbnxt.h1021 struct rhashtable_params flow_ht_params; member