Lines Matching refs:u_int32_t
65 u_int32_t dma_paddr;
123 u_int32_t d_macbuf[5];
177 u_int32_t sc_statmask; /* interrupt status mask */
205 u_int32_t ses_used;
206 u_int32_t ses_key[8]; /* 3DES/AES key */
207 u_int32_t ses_hminner[5]; /* hmac inner state */
208 u_int32_t ses_hmouter[5]; /* hmac outer state */
209 u_int32_t ses_iv[4]; /* [3]DES iv or AES iv/icv */
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 */