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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c1731 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ);
1732 ctlx->outbuf.wmemreq.frmlen =
1733 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) +
1734 sizeof(ctlx->outbuf.wmemreq.page) + len);
1735 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset);
1736 ctlx->outbuf.wmemreq.page = cpu_to_le16(page);
1737 memcpy(ctlx->outbuf.wmemreq.data, data, len);
1739 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) +
1740 sizeof(ctlx->outbuf.wmemreq.frmlen) +
1741 sizeof(ctlx->outbuf.wmemreq
[all...]
H A Dhfa384x.h886 hfa384x_usb_wmemreq_t wmemreq; member in union:hfa384x_usbout

Completed in 165 milliseconds