Home
last modified time | relevance | path

Searched refs:uclient (Results 1 – 2 of 2) 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.c921 struct ustorm_per_queue_stats *uclient = in bnx2x_storm_stats_update() local