Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x_usb.c1622 ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ); in hfa384x_dormem()
1623 ctlx->outbuf.rmemreq.frmlen = in hfa384x_dormem()
1624 cpu_to_le16(sizeof(ctlx->outbuf.rmemreq.offset) + in hfa384x_dormem()
1625 sizeof(ctlx->outbuf.rmemreq.page) + len); in hfa384x_dormem()
1626 ctlx->outbuf.rmemreq.offset = cpu_to_le16(offset); in hfa384x_dormem()
1627 ctlx->outbuf.rmemreq.page = cpu_to_le16(page); in hfa384x_dormem()
1629 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1632 ctlx->outbuf.rmemreq.type, in hfa384x_dormem()
1633 ctlx->outbuf.rmemreq.frmlen, in hfa384x_dormem()
1634 ctlx->outbuf.rmemreq.offset, ctlx->outbuf.rmemreq.page); in hfa384x_dormem()
[all …]
Dhfa384x.h888 hfa384x_usb_rmemreq_t rmemreq; member