Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c1442 ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ); in hfa384x_dormem()
1443 ctlx->outbuf.rmemreq.frmlen = in hfa384x_dormem()
1444 cpu_to_le16(sizeof(ctlx->outbuf.rmemreq.offset) + in hfa384x_dormem()
1445 sizeof(ctlx->outbuf.rmemreq.page) + len); in hfa384x_dormem()
1446 ctlx->outbuf.rmemreq.offset = cpu_to_le16(offset); in hfa384x_dormem()
1447 ctlx->outbuf.rmemreq.page = cpu_to_le16(page); in hfa384x_dormem()
1449 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1452 ctlx->outbuf.rmemreq.type, in hfa384x_dormem()
1453 ctlx->outbuf.rmemreq.frmlen, in hfa384x_dormem()
1454 ctlx->outbuf.rmemreq.offset, ctlx->outbuf.rmemreq.page); in hfa384x_dormem()
[all …]
H A Dhfa384x.h863 struct hfa384x_usb_rmemreq rmemreq; member