Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1490 tc_info->flow_ht_params); in __bnxt_tc_del_flow()
1562 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1589 tc_info->flow_ht_params); in bnxt_tc_add_flow()
1620 tc_info->flow_ht_params); in bnxt_tc_del_flow()
1638 tc_info->flow_ht_params); in bnxt_tc_get_flow_stats()
2030 tc_info->flow_ht_params = bnxt_tc_flow_ht_params; in bnxt_init_tc()
2031 rc = rhashtable_init(&tc_info->flow_table, &tc_info->flow_ht_params); in bnxt_init_tc()
H A Dbnxt.h1794 struct rhashtable_params flow_ht_params; member