Home
last modified time | relevance | path

Searched refs:IRDMA_STATS_DELTA (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/irdma/
Dctrl.c5485 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats()
5489 IRDMA_STATS_DELTA(gather_stats->ip4rxdiscard, in irdma_update_stats()
5493 IRDMA_STATS_DELTA(gather_stats->ip4rxtrunc, in irdma_update_stats()
5497 IRDMA_STATS_DELTA(gather_stats->ip4txnoroute, in irdma_update_stats()
5501 IRDMA_STATS_DELTA(gather_stats->ip6rxdiscard, in irdma_update_stats()
5505 IRDMA_STATS_DELTA(gather_stats->ip6rxtrunc, in irdma_update_stats()
5509 IRDMA_STATS_DELTA(gather_stats->ip6txnoroute, in irdma_update_stats()
5513 IRDMA_STATS_DELTA(gather_stats->tcprtxseg, in irdma_update_stats()
5517 IRDMA_STATS_DELTA(gather_stats->tcprxopterr, in irdma_update_stats()
5521 IRDMA_STATS_DELTA(gather_stats->tcprxprotoerr, in irdma_update_stats()
[all …]
Ddefs.h367 #define IRDMA_STATS_DELTA(a, b, c) ((a) >= (b) ? (a) - (b) : (a) + (c) - (b)) macro