Searched refs:old_uclient (Results 1 – 3 of 3) sorted by relevance
506 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \507 old_uclient->s = uclient->s; \599 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
923 struct ustorm_per_queue_stats *old_uclient = &fp->old_uclient; in bnx2x_storm_stats_update() local1427 memset(&fp->old_uclient, 0, in bnx2x_memset_stats()1428 sizeof(fp->old_uclient)); in bnx2x_memset_stats()1503 memset(&sc->fp[i].old_uclient, 0, sizeof(sc->fp[i].old_uclient)); in bnx2x_stats_init()
406 struct ustorm_per_queue_stats old_uclient; member