Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bxe/
HDbxe_stats.h609 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
610 old_uclient->s = uclient->s; \
701 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
HDbxe_stats.c1011 struct ustorm_per_queue_stats *old_uclient = &fp->old_uclient; in bxe_storm_stats_update() local
1638 memset(&sc->fp[i].old_uclient, 0, sizeof(sc->fp[i].old_uclient)); in bxe_stats_init()
HDbxe.h684 struct ustorm_per_queue_stats old_uclient; member