Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c1636 ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ); in hfa384x_dormem()
1637 ctlx->outbuf.rmemreq.frmlen = in hfa384x_dormem()
1638 cpu_to_le16(sizeof(ctlx->outbuf.rmemreq.offset) + in hfa384x_dormem()
1639 sizeof(ctlx->outbuf.rmemreq.page) + len); in hfa384x_dormem()
1640 ctlx->outbuf.rmemreq.offset = cpu_to_le16(offset); in hfa384x_dormem()
1641 ctlx->outbuf.rmemreq.page = cpu_to_le16(page); in hfa384x_dormem()
1643 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1646 ctlx->outbuf.rmemreq.type, in hfa384x_dormem()
1647 ctlx->outbuf.rmemreq.frmlen, in hfa384x_dormem()
1648 ctlx->outbuf.rmemreq.offset, ctlx->outbuf.rmemreq.page); in hfa384x_dormem()
[all …]
Dhfa384x.h888 hfa384x_usb_rmemreq_t rmemreq; member