Lines Matching defs:ubsec_stats
212 struct ubsec_stats { struct
213 u_int64_t hst_ibytes;
214 u_int64_t hst_obytes;
215 u_int32_t hst_ipackets;
216 u_int32_t hst_opackets;
217 u_int32_t hst_invalid; /* invalid argument */
218 u_int32_t hst_badsession; /* invalid session id */
219 u_int32_t hst_badflags; /* flags indicate !(mbuf | uio) */
220 u_int32_t hst_nodesc; /* op submitted w/o descriptors */
221 u_int32_t hst_badalg; /* unsupported algorithm */
223 u_int32_t hst_nomem;
224 u_int32_t hst_queuefull;
225 u_int32_t hst_dmaerr;
226 u_int32_t hst_mcrerr;
227 u_int32_t hst_nodmafree;
229 u_int32_t hst_lenmismatch; /* enc/auth lengths different */
230 u_int32_t hst_skipmismatch; /* enc part begins before auth part */
231 u_int32_t hst_iovmisaligned; /* iov op not aligned */
232 u_int32_t hst_noirq; /* IRQ for no reason */
233 u_int32_t hst_unaligned; /* unaligned src caused copy */
234 u_int32_t hst_nomap; /* bus_dmamap_create failed */
235 u_int32_t hst_noload; /* bus_dmamap_load_* failed */
236 u_int32_t hst_nombuf; /* MGET* failed */
237 u_int32_t hst_nomcl; /* MCLGET* failed */
238 u_int32_t hst_totbatch; /* ops submitted w/o interrupt */
239 u_int32_t hst_maxbatch; /* max ops submitted together */
240 u_int32_t hst_maxqueue; /* max ops queued for submission */
241 u_int32_t hst_maxqchip; /* max mcr1 ops out for processing */
242 u_int32_t hst_mcr1full; /* MCR1 too busy to take ops */
243 u_int32_t hst_rng; /* RNG requests */
244 u_int32_t hst_modexp; /* MOD EXP requests */
245 u_int32_t hst_modexpcrt; /* MOD EXP CRT requests */