Searched refs:outbufsize (Results 1 – 3 of 3) sorted by relevance
1195 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()
967 size_t outbufsize; member
955 u8 *outbuf, size_t *outbufsize) in ep11_cryptsingle() argument1061 if (n > *outbufsize) { in ep11_cryptsingle()1063 __func__, n, *outbufsize); in ep11_cryptsingle()1069 *outbufsize = n; in ep11_cryptsingle()