Searched refs:fp_stats (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1141 &bp->fp_stats[i].old_tclient;
1193 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats;
1195 &bp->fp_stats[i].eth_q_stats_old;
1564 struct bnx2x_fp_stats *fp_stats = &bp->fp_stats[i]; local
1566 memset(&fp_stats->old_tclient, 0,
1567 sizeof(fp_stats->old_tclient));
1568 memset(&fp_stats->old_uclient, 0,
1569 sizeof(fp_stats->old_uclient));
1570 memset(&fp_stats
[all...]
H A Dbnx2x_cmn.c92 struct bnx2x_fp_stats *from_fp_stats = &bp->fp_stats[from];
93 struct bnx2x_fp_stats *to_fp_stats = &bp->fp_stats[to];
113 /* move fp_stats contents as well, as their indices match fp ones */
4721 kfree(bp->fp_stats);
4769 /* allocate fp_stats */
4770 bp->fp_stats = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_fp_stats),
4772 if (!bp->fp_stats)
H A Dbnx2x.h623 #define bnx2x_fp_stats(bp, fp) (&((bp)->fp_stats[(fp)->index]))
624 #define bnx2x_fp_qstats(bp, fp) (&((bp)->fp_stats[(fp)->index].eth_q_stats))
1351 struct bnx2x_fp_stats *fp_stats; member in struct:bnx2x
H A Dbnx2x_ethtool.c3243 hw_stats = (u32 *)&bp->fp_stats[i].eth_q_stats;

Completed in 152 milliseconds