Searched refs:afex_stats (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1705 struct afex_stats *afex_stats = (struct afex_stats *)void_afex_stats; in bnx2x_afex_collect_stats() local 1722 memset(afex_stats, 0, sizeof(struct afex_stats)); in bnx2x_afex_collect_stats() 1727 ADD_64(afex_stats->rx_unicast_bytes_hi, in bnx2x_afex_collect_stats() 1729 afex_stats->rx_unicast_bytes_lo, in bnx2x_afex_collect_stats() 1732 ADD_64(afex_stats->rx_broadcast_bytes_hi, in bnx2x_afex_collect_stats() 1734 afex_stats->rx_broadcast_bytes_lo, in bnx2x_afex_collect_stats() 1737 ADD_64(afex_stats->rx_multicast_bytes_hi, in bnx2x_afex_collect_stats() 1739 afex_stats->rx_multicast_bytes_lo, in bnx2x_afex_collect_stats() 1742 ADD_64(afex_stats->rx_unicast_frames_hi, in bnx2x_afex_collect_stats() 1744 afex_stats->rx_unicast_frames_lo, in bnx2x_afex_collect_stats() [all …]
|
D | bnx2x_main.c | 2806 struct afex_stats afex_stats; in bnx2x_handle_afex_cmd() local 2843 bnx2x_afex_collect_stats(bp, (void *)&afex_stats, stats_type); in bnx2x_handle_afex_cmd() 2846 for (i = 0; i < (sizeof(struct afex_stats)/sizeof(u32)); i++) in bnx2x_handle_afex_cmd() 2848 *(((u32 *)(&afex_stats))+i)); in bnx2x_handle_afex_cmd()
|
D | bnx2x_hsi.h | 2989 struct afex_stats { struct
|