Home
last modified time | relevance | path

Searched refs:outbufsize (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/crypto/
Dzcrypt_ep11misc.c805 u8 *outbuf, size_t *outbufsize) in ep11_cryptsingle() argument
911 if (n > *outbufsize) { in ep11_cryptsingle()
913 __func__, n, *outbufsize); in ep11_cryptsingle()
919 *outbufsize = n; in ep11_cryptsingle()
/drivers/staging/wlan-ng/
Dhfa384x_usb.c1216 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd()
1304 ctlx->outbufsize = sizeof(ctlx->outbuf.rridreq); in hfa384x_dorrid()
1388 ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) + in hfa384x_dowrid()
1470 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1559 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()
2835 &head->outbuf, ROUNDUP64(head->outbufsize), in hfa384x_usbctlxq_run()
Dhfa384x.h1172 size_t outbufsize; member