Searched refs:aggregate_16bit (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dperfquery.c148 static void aggregate_16bit(uint32_t *dest, uint32_t val) function
182 aggregate_16bit(&perf_count.symbolerrors, val);
188 aggregate_16bit(&perf_count.rcverrors, val);
190 aggregate_16bit(&perf_count.rcvremotephyerrors, val);
192 aggregate_16bit(&perf_count.rcvswrelayerrors, val);
194 aggregate_16bit(&perf_count.xmtdiscards, val);
204 aggregate_16bit(&perf_count.vl15dropped, val);

Completed in 46 milliseconds