Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.h506 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
507 old_uclient->s = uclient->s; \
599 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
H A Dbnx2x_stats.c923 struct ustorm_per_queue_stats *old_uclient = &fp->old_uclient; in bnx2x_storm_stats_update() local
1427 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()
H A Dbnx2x.h406 struct ustorm_per_queue_stats old_uclient; member