Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c1585 ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ); in hfa384x_dormem()
1586 ctlx->outbuf.rmemreq.frmlen = in hfa384x_dormem()
1587 cpu_to_le16(sizeof(ctlx->outbuf.rmemreq.offset) + in hfa384x_dormem()
1588 sizeof(ctlx->outbuf.rmemreq.page) + len); in hfa384x_dormem()
1589 ctlx->outbuf.rmemreq.offset = cpu_to_le16(offset); in hfa384x_dormem()
1590 ctlx->outbuf.rmemreq.page = cpu_to_le16(page); in hfa384x_dormem()
1592 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1595 ctlx->outbuf.rmemreq.type, in hfa384x_dormem()
1596 ctlx->outbuf.rmemreq.frmlen, in hfa384x_dormem()
1597 ctlx->outbuf.rmemreq.offset, ctlx->outbuf.rmemreq.page); in hfa384x_dormem()
[all …]
Dhfa384x.h897 struct hfa384x_usb_rmemreq rmemreq; member