Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c1729 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ); in hfa384x_dowmem()
1730 ctlx->outbuf.wmemreq.frmlen = in hfa384x_dowmem()
1731 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()
1732 sizeof(ctlx->outbuf.wmemreq.page) + len); in hfa384x_dowmem()
1733 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset); in hfa384x_dowmem()
1734 ctlx->outbuf.wmemreq.page = cpu_to_le16(page); in hfa384x_dowmem()
1735 memcpy(ctlx->outbuf.wmemreq.data, data, len); in hfa384x_dowmem()
1737 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()
1738 sizeof(ctlx->outbuf.wmemreq.frmlen) + in hfa384x_dowmem()
1739 sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()
[all …]
Dhfa384x.h887 hfa384x_usb_wmemreq_t wmemreq; member