Searched refs:outbufsize (Results 1 – 3 of 3) sorted by relevance
805 u8 *outbuf, size_t *outbufsize) in ep11_cryptsingle() argument911 if (n > *outbufsize) { in ep11_cryptsingle()913 __func__, n, *outbufsize); in ep11_cryptsingle()919 *outbufsize = n; in ep11_cryptsingle()
1216 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()
1172 size_t outbufsize; member