Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dhfa384x_usb.c1369 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd()
1458 ctlx->outbufsize = sizeof(ctlx->outbuf.rridreq); in hfa384x_dorrid()
1541 ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) + in hfa384x_dowrid()
1629 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1723 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()
3052 &(head->outbuf), ROUNDUP64(head->outbufsize), in hfa384x_usbctlxq_run()
Dhfa384x.h1162 size_t outbufsize; member