Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/wlan-ng/
Dhfa384x_usb.c1195 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd()
1283 ctlx->outbufsize = sizeof(ctlx->outbuf.rridreq); in hfa384x_dorrid()
1367 ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) + in hfa384x_dowrid()
1449 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1538 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()
2813 &head->outbuf, ROUNDUP64(head->outbufsize), in hfa384x_usbctlxq_run()
Dhfa384x.h967 size_t outbufsize; member
/linux-6.6.21/drivers/s390/crypto/
Dzcrypt_ep11misc.c955 u8 *outbuf, size_t *outbufsize) in ep11_cryptsingle() argument
1061 if (n > *outbufsize) { in ep11_cryptsingle()
1063 __func__, n, *outbufsize); in ep11_cryptsingle()
1069 *outbufsize = n; in ep11_cryptsingle()