Searched refs:old_xclient (Results 1 – 3 of 3) sorted by relevance
926 struct xstorm_per_queue_stats *old_xclient = &fp->old_xclient; in bnx2x_storm_stats_update() local1429 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()
519 diff = le32toh(xclient->s) - le32toh(old_xclient->s); \520 old_xclient->s = xclient->s; \
407 struct xstorm_per_queue_stats old_xclient; member