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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_generic.c182 static struct rate_context rate_ctx; variable in typeref:struct:rate_context
186 if (txp) rate_ctx.new.txpkt++;
187 if (txs) rate_ctx.new.txsync++;
188 if (txi) rate_ctx.new.txirq++;
189 if (rxp) rate_ctx.new.rxpkt++;
190 if (rxs) rate_ctx.new.rxsync++;
191 if (rxi) rate_ctx.new.rxirq++;
215 rate_ctx.new.rxirq++;
217 rate_ctx.new.txirq++;
288 if (--rate_ctx
[all...]

Completed in 101 milliseconds