Searched refs:afex_stats (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1706 struct afex_stats *afex_stats = (struct afex_stats *)void_afex_stats; in bnx2x_afex_collect_stats() local 1723 memset(afex_stats, 0, sizeof(struct afex_stats)); in bnx2x_afex_collect_stats() 1728 ADD_64(afex_stats->rx_unicast_bytes_hi, in bnx2x_afex_collect_stats() 1730 afex_stats->rx_unicast_bytes_lo, in bnx2x_afex_collect_stats() 1733 ADD_64(afex_stats->rx_broadcast_bytes_hi, in bnx2x_afex_collect_stats() 1735 afex_stats->rx_broadcast_bytes_lo, in bnx2x_afex_collect_stats() 1738 ADD_64(afex_stats->rx_multicast_bytes_hi, in bnx2x_afex_collect_stats() 1740 afex_stats->rx_multicast_bytes_lo, in bnx2x_afex_collect_stats() 1743 ADD_64(afex_stats->rx_unicast_frames_hi, in bnx2x_afex_collect_stats() 1745 afex_stats->rx_unicast_frames_lo, in bnx2x_afex_collect_stats() [all …]
|
D | bnx2x_main.c | 2797 struct afex_stats afex_stats; in bnx2x_handle_afex_cmd() local 2834 bnx2x_afex_collect_stats(bp, (void *)&afex_stats, stats_type); in bnx2x_handle_afex_cmd() 2837 for (i = 0; i < (sizeof(struct afex_stats)/sizeof(u32)); i++) in bnx2x_handle_afex_cmd() 2839 *(((u32 *)(&afex_stats))+i)); in bnx2x_handle_afex_cmd()
|
D | bnx2x_hsi.h | 2989 struct afex_stats { struct
|