Searched refs:afex_stats (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1707 struct afex_stats *afex_stats = (struct afex_stats *)void_afex_stats; in bnx2x_afex_collect_stats() local 1724 memset(afex_stats, 0, sizeof(struct afex_stats)); in bnx2x_afex_collect_stats() 1729 ADD_64(afex_stats->rx_unicast_bytes_hi, in bnx2x_afex_collect_stats() 1731 afex_stats->rx_unicast_bytes_lo, in bnx2x_afex_collect_stats() 1734 ADD_64(afex_stats->rx_broadcast_bytes_hi, in bnx2x_afex_collect_stats() 1736 afex_stats->rx_broadcast_bytes_lo, in bnx2x_afex_collect_stats() 1739 ADD_64(afex_stats->rx_multicast_bytes_hi, in bnx2x_afex_collect_stats() 1741 afex_stats->rx_multicast_bytes_lo, in bnx2x_afex_collect_stats() 1744 ADD_64(afex_stats->rx_unicast_frames_hi, in bnx2x_afex_collect_stats() 1746 afex_stats->rx_unicast_frames_lo, in bnx2x_afex_collect_stats() [all …]
|
D | bnx2x_main.c | 2807 struct afex_stats afex_stats; in bnx2x_handle_afex_cmd() local 2844 bnx2x_afex_collect_stats(bp, (void *)&afex_stats, stats_type); in bnx2x_handle_afex_cmd() 2847 for (i = 0; i < (sizeof(struct afex_stats)/sizeof(u32)); i++) in bnx2x_handle_afex_cmd() 2849 *(((u32 *)(&afex_stats))+i)); in bnx2x_handle_afex_cmd()
|
D | bnx2x_hsi.h | 2989 struct afex_stats { struct
|