Home
last modified time | relevance | path

Searched defs:hifn_stats (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/crypto/hifn/
H A Dhifn7751var.h342 struct hifn_stats { struct
343 u_int64_t hst_ibytes;
344 u_int64_t hst_obytes;
345 u_int32_t hst_ipackets;
346 u_int32_t hst_opackets;
347 u_int32_t hst_invalid;
348 u_int32_t hst_nomem; /* malloc or one of hst_nomem_* */
349 u_int32_t hst_abort;
350 u_int32_t hst_noirq; /* IRQ for no reason */
351 u_int32_t hst_totbatch; /* ops submitted w/o interrupt */
[all …]