Searched refs:IRDMA_STATS_DELTA (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/irdma/ |
A D | ctrl.c | 5444 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats() 5472 IRDMA_STATS_DELTA(gather_stats->tcprtxseg, in irdma_update_stats() 5497 IRDMA_STATS_DELTA(gather_stats->ip4rxocts, in irdma_update_stats() 5501 IRDMA_STATS_DELTA(gather_stats->ip4rxpkts, in irdma_update_stats() 5505 IRDMA_STATS_DELTA(gather_stats->ip4txfrag, in irdma_update_stats() 5513 IRDMA_STATS_DELTA(gather_stats->ip4txocts, in irdma_update_stats() 5517 IRDMA_STATS_DELTA(gather_stats->ip4txpkts, in irdma_update_stats() 5521 IRDMA_STATS_DELTA(gather_stats->ip4txfrag, in irdma_update_stats() 5529 IRDMA_STATS_DELTA(gather_stats->ip6rxocts, in irdma_update_stats() 5593 IRDMA_STATS_DELTA(gather_stats->rdmavbn, in irdma_update_stats() [all …]
|
A D | defs.h | 367 #define IRDMA_STATS_DELTA(a, b, c) ((a) >= (b) ? (a) - (b) : (a) + (c) - (b)) macro
|
Completed in 21 milliseconds