Searched refs:fstats (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.h | 493 ADD_64(fstats->s##_hi, qstats->s##_hi, \ 494 fstats->s##_lo, qstats->s##_lo); \ 495 SUB_64(fstats->s##_hi, qstats_old->s##_hi, \ 496 fstats->s##_lo, qstats_old->s##_lo); \ 497 estats->s##_hi = fstats->s##_hi; \ 498 estats->s##_lo = fstats->s##_lo; \
|
H A D | bnx2x_stats.c | 924 struct host_func_stats *fstats = &bp->func_stats; in bnx2x_storm_stats_update() local 1109 fstats->host_func_stats_start = ++fstats->host_func_stats_end; in bnx2x_storm_stats_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.h | 499 ADD_64(fstats->s##_hi, qstats->s##_hi, \ 500 fstats->s##_lo, qstats->s##_lo); \ 501 SUB_64(fstats->s##_hi, qstats_old->s##_hi, \ 502 fstats->s##_lo, qstats_old->s##_lo); \ 503 estats->s##_hi = fstats->s##_hi; \ 504 estats->s##_lo = fstats->s##_lo; \
|
H A D | bnx2x_stats.c | 925 struct host_func_stats *fstats = &bp->func_stats; in bnx2x_storm_stats_update() local 1110 fstats->host_func_stats_start = ++fstats->host_func_stats_end; in bnx2x_storm_stats_update()
|
Completed in 7 milliseconds