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