Lines Matching refs:u_int32_t
58 u_int32_t dma_paddr; /* physical address */
126 u_int32_t ses_klen; /* key length in bits */
127 u_int32_t ses_key[8]; /* DES/3DES/AES key */
128 u_int32_t ses_mlen; /* hmac length in bytes */
129 u_int32_t ses_hminner[5]; /* hmac inner state */
130 u_int32_t ses_hmouter[5]; /* hmac outer state */
176 u_int32_t st_ipackets;
177 u_int32_t st_opackets;
178 u_int32_t st_invalid; /* invalid argument */
179 u_int32_t st_badsession; /* invalid session id */
180 u_int32_t st_badflags; /* flags indicate !(mbuf | uio) */
181 u_int32_t st_nodesc; /* op submitted w/o descriptors */
182 u_int32_t st_badalg; /* unsupported algorithm */
183 u_int32_t st_ringfull; /* PE descriptor ring full */
184 u_int32_t st_peoperr; /* PE marked error */
185 u_int32_t st_dmaerr; /* PE DMA error */
186 u_int32_t st_bypasstoobig; /* bypass > 96 bytes */
187 u_int32_t st_skipmismatch; /* enc part begins before auth part */
188 u_int32_t st_lenmismatch; /* enc length different auth length */
189 u_int32_t st_coffmisaligned; /* crypto offset not 32-bit aligned */
190 u_int32_t st_cofftoobig; /* crypto offset > 255 words */
191 u_int32_t st_iovmisaligned; /* iov op not aligned */
192 u_int32_t st_iovnotuniform; /* iov op not suitable */
193 u_int32_t st_unaligned; /* unaligned src caused copy */
194 u_int32_t st_notuniform; /* non-uniform src caused copy */
195 u_int32_t st_nomap; /* bus_dmamap_create failed */
196 u_int32_t st_noload; /* bus_dmamap_load_* failed */
197 u_int32_t st_nombuf; /* MGET* failed */
198 u_int32_t st_nomcl; /* MCLGET* failed */
199 u_int32_t st_maxqchip; /* max mcr1 ops out for processing */
200 u_int32_t st_rng; /* RNG requests */
201 u_int32_t st_rngalarm; /* RNG alarm requests */
202 u_int32_t st_noicvcopy; /* ICV data copies suppressed */