Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c926 struct xstorm_per_queue_stats *old_xclient = &fp->old_xclient; in bnx2x_storm_stats_update() local
1429 memset(&fp->old_xclient, 0, in bnx2x_memset_stats()
1430 sizeof(fp->old_xclient)); in bnx2x_memset_stats()
1504 memset(&sc->fp[i].old_xclient, 0, sizeof(sc->fp[i].old_xclient)); in bnx2x_stats_init()
H A Dbnx2x_stats.h519 diff = le32toh(xclient->s) - le32toh(old_xclient->s); \
520 old_xclient->s = xclient->s; \
H A Dbnx2x.h407 struct xstorm_per_queue_stats old_xclient; member