Lines Matching refs:fp_stats
1140 &bp->fp_stats[i].old_tclient; in bnx2x_net_stats_update()
1192 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_drv_stats_update()
1194 &bp->fp_stats[i].eth_q_stats_old; in bnx2x_drv_stats_update()
1563 struct bnx2x_fp_stats *fp_stats = &bp->fp_stats[i]; in bnx2x_memset_stats() local
1565 memset(&fp_stats->old_tclient, 0, in bnx2x_memset_stats()
1566 sizeof(fp_stats->old_tclient)); in bnx2x_memset_stats()
1567 memset(&fp_stats->old_uclient, 0, in bnx2x_memset_stats()
1568 sizeof(fp_stats->old_uclient)); in bnx2x_memset_stats()
1569 memset(&fp_stats->old_xclient, 0, in bnx2x_memset_stats()
1570 sizeof(fp_stats->old_xclient)); in bnx2x_memset_stats()
1572 memset(&fp_stats->eth_q_stats, 0, in bnx2x_memset_stats()
1573 sizeof(fp_stats->eth_q_stats)); in bnx2x_memset_stats()
1574 memset(&fp_stats->eth_q_stats_old, 0, in bnx2x_memset_stats()
1575 sizeof(fp_stats->eth_q_stats_old)); in bnx2x_memset_stats()
1726 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_afex_collect_stats()