Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/wlan-ng/
Dhfa384x_usb.c1463 ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ); in hfa384x_dormem()
1464 ctlx->outbuf.rmemreq.frmlen = in hfa384x_dormem()
1465 cpu_to_le16(sizeof(ctlx->outbuf.rmemreq.offset) + in hfa384x_dormem()
1466 sizeof(ctlx->outbuf.rmemreq.page) + len); in hfa384x_dormem()
1467 ctlx->outbuf.rmemreq.offset = cpu_to_le16(offset); in hfa384x_dormem()
1468 ctlx->outbuf.rmemreq.page = cpu_to_le16(page); in hfa384x_dormem()
1470 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem()
1473 ctlx->outbuf.rmemreq.type, in hfa384x_dormem()
1474 ctlx->outbuf.rmemreq.frmlen, in hfa384x_dormem()
1475 ctlx->outbuf.rmemreq.offset, ctlx->outbuf.rmemreq.page); in hfa384x_dormem()
[all …]
Dhfa384x.h884 struct hfa384x_usb_rmemreq rmemreq; member