Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/irdma/
Dctrl.c5420 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats()
5424 IRDMA_STATS_DELTA(gather_stats->ip4rxdiscard, in irdma_update_stats()
5428 IRDMA_STATS_DELTA(gather_stats->ip4rxtrunc, in irdma_update_stats()
5432 IRDMA_STATS_DELTA(gather_stats->ip4txnoroute, in irdma_update_stats()
5436 IRDMA_STATS_DELTA(gather_stats->ip6rxdiscard, in irdma_update_stats()
5440 IRDMA_STATS_DELTA(gather_stats->ip6rxtrunc, in irdma_update_stats()
5444 IRDMA_STATS_DELTA(gather_stats->ip6txnoroute, in irdma_update_stats()
5448 IRDMA_STATS_DELTA(gather_stats->tcprtxseg, in irdma_update_stats()
5452 IRDMA_STATS_DELTA(gather_stats->tcprxopterr, in irdma_update_stats()
5456 IRDMA_STATS_DELTA(gather_stats->tcprxprotoerr, in irdma_update_stats()
[all …]
Ddefs.h368 #define IRDMA_STATS_DELTA(a, b, c) ((a) >= (b) ? (a) - (b) : (a) + (c) - (b)) macro