Searched refs:afex_stats (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A 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() 1822 afex_stats->rx_unicast_bytes_lo, in bnx2x_afex_collect_stats() 1827 afex_stats->rx_unicast_bytes_lo, in bnx2x_afex_collect_stats() 1842 afex_stats->rx_unicast_frames_lo, in bnx2x_afex_collect_stats() 1847 afex_stats->rx_unicast_frames_lo, in bnx2x_afex_collect_stats() 1882 afex_stats->rx_frames_dropped_lo, in bnx2x_afex_collect_stats() 1887 afex_stats->rx_frames_dropped_lo, in bnx2x_afex_collect_stats() 1892 afex_stats->rx_frames_dropped_lo, in bnx2x_afex_collect_stats() 1907 afex_stats->tx_unicast_bytes_lo, in bnx2x_afex_collect_stats() [all …]
|
| A 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()
|
| A D | bnx2x_hsi.h | 2989 struct afex_stats { struct
|
Completed in 656 milliseconds