Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wlan-ng/
Dhfa384x_usb.c1560 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ); in hfa384x_dowmem()
1561 ctlx->outbuf.wmemreq.frmlen = in hfa384x_dowmem()
1562 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()
1563 sizeof(ctlx->outbuf.wmemreq.page) + len); in hfa384x_dowmem()
1564 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset); in hfa384x_dowmem()
1565 ctlx->outbuf.wmemreq.page = cpu_to_le16(page); in hfa384x_dowmem()
1566 memcpy(ctlx->outbuf.wmemreq.data, data, len); in hfa384x_dowmem()
1568 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()
1569 sizeof(ctlx->outbuf.wmemreq.frmlen) + in hfa384x_dowmem()
1570 sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()
[all …]
Dhfa384x.h896 struct hfa384x_usb_wmemreq wmemreq; member