Searched refs:stats_batch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1674 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_hwrm_cfa_flow_stats_get() 1685 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_hwrm_cfa_flow_stats_get() 1702 stats_batch[i].hw_stats.packets = in bnxt_hwrm_cfa_flow_stats_get() 1704 stats_batch[i].hw_stats.bytes = in bnxt_hwrm_cfa_flow_stats_get() 1744 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_tc_flow_stats_batch_update() 1749 rc = bnxt_hwrm_cfa_flow_stats_get(bp, num_flows, stats_batch); in bnxt_tc_flow_stats_batch_update() 1754 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_tc_flow_stats_batch_update() 1759 &stats_batch[i].hw_stats); in bnxt_tc_flow_stats_batch_update() 1770 struct bnxt_tc_stats_batch stats_batch[], in bnxt_tc_flow_stats_batch_prep() 1797 stats_batch[ in bnxt_tc_flow_stats_batch_prep() 1673 bnxt_hwrm_cfa_flow_stats_get(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) bnxt_hwrm_cfa_flow_stats_get() argument 1743 bnxt_tc_flow_stats_batch_update(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) bnxt_tc_flow_stats_batch_update() argument 1769 bnxt_tc_flow_stats_batch_prep(struct bnxt *bp, struct bnxt_tc_stats_batch stats_batch[], int *num_flows) bnxt_tc_flow_stats_batch_prep() argument [all...] |
H A D | bnxt.h | 1405 } stats_batch[BNXT_FLOW_STATS_BATCH_MAX]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1682 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_hwrm_cfa_flow_stats_get() 1699 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_hwrm_cfa_flow_stats_get() 1715 stats_batch[i].hw_stats.packets = in bnxt_hwrm_cfa_flow_stats_get() 1717 stats_batch[i].hw_stats.bytes = in bnxt_hwrm_cfa_flow_stats_get() 1758 struct bnxt_tc_stats_batch stats_batch[]) in bnxt_tc_flow_stats_batch_update() 1763 rc = bnxt_hwrm_cfa_flow_stats_get(bp, num_flows, stats_batch); in bnxt_tc_flow_stats_batch_update() 1768 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_tc_flow_stats_batch_update() 1773 &stats_batch[i].hw_stats); in bnxt_tc_flow_stats_batch_update() 1784 struct bnxt_tc_stats_batch stats_batch[], in bnxt_tc_flow_stats_batch_prep() 1811 stats_batch[ in bnxt_tc_flow_stats_batch_prep() 1681 bnxt_hwrm_cfa_flow_stats_get(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) bnxt_hwrm_cfa_flow_stats_get() argument 1757 bnxt_tc_flow_stats_batch_update(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) bnxt_tc_flow_stats_batch_update() argument 1783 bnxt_tc_flow_stats_batch_prep(struct bnxt *bp, struct bnxt_tc_stats_batch stats_batch[], int *num_flows) bnxt_tc_flow_stats_batch_prep() argument [all...] |
H A D | bnxt.h | 1459 } stats_batch[BNXT_FLOW_STATS_BATCH_MAX]; member
|
Completed in 17 milliseconds