Home
last modified time | relevance | path

Searched refs:old_tclient (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c920 struct tstorm_per_queue_stats *old_tclient = &fp->old_tclient; in bnx2x_storm_stats_update() local
1425 memset(&fp->old_tclient, 0, in bnx2x_memset_stats()
1426 sizeof(fp->old_tclient)); in bnx2x_memset_stats()
1502 memset(&sc->fp[i].old_tclient, 0, sizeof(sc->fp[i].old_tclient)); in bnx2x_stats_init()
H A Dbnx2x_stats.h491 le##size##toh(old_tclient->s); \
492 old_tclient->s = tclient->s; \
H A Dbnx2x.h405 struct tstorm_per_queue_stats old_tclient; member