Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1407 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_hwrm_cfa_flow_stats_get() argument
1418 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_hwrm_cfa_flow_stats_get()
1435 stats_batch[i].hw_stats.packets = in bnxt_hwrm_cfa_flow_stats_get()
1437 stats_batch[i].hw_stats.bytes = in bnxt_hwrm_cfa_flow_stats_get()
1477 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_tc_flow_stats_batch_update() argument
1482 rc = bnxt_hwrm_cfa_flow_stats_get(bp, num_flows, stats_batch); in bnxt_tc_flow_stats_batch_update()
1487 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_tc_flow_stats_batch_update()
1492 &stats_batch[i].hw_stats); in bnxt_tc_flow_stats_batch_update()
1503 struct bnxt_tc_stats_batch stats_batch[], in bnxt_tc_flow_stats_batch_prep() argument
1530 stats_batch[i].flow_node = flow_node; in bnxt_tc_flow_stats_batch_prep()
[all …]
Dbnxt.h1275 } stats_batch[BNXT_FLOW_STATS_BATCH_MAX]; member