Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtrill.c165 KSPINCR(tks_decap); in trill_recv_local()
260 KSPINCR(tks_sent); in trill_dest_fwd()
261 KSPINCR(tks_forward); in trill_dest_fwd()
264 KSPINCR(tks_drops); in trill_dest_fwd()
273 KSPINCR(tks_drops); in trill_dest_fwd()
564 KSPINCR(tks_recv); in trill_recv()
575 KSPINCR(tks_drops); in trill_recv()
768 KSPINCR(tks_drops); in trill_recv_pkt_cb()
848 KSPINCR(tks_encap); in trill_encap_pkt_cb()
1423 KSPINCR(tks_drops); in trill_ctrl_input()
[all …]
H A Dtrill_impl.h54 #define KSPINCR(stat) ++(tsock->ts_kstats.stat.value.ui64) macro