Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ieee802154/
Datusb.c58 struct usb_ctrlrequest tx_dr; member
390 atusb->tx_dr.wIndex = cpu_to_le16(atusb->tx_ack_seq); in atusb_xmit()
391 atusb->tx_dr.wLength = cpu_to_le16(skb->len); in atusb_xmit()
395 (unsigned char *)&atusb->tx_dr, skb->data, in atusb_xmit()
1042 atusb->tx_dr.bRequestType = ATUSB_REQ_TO_DEV; in atusb_probe()
1043 atusb->tx_dr.bRequest = ATUSB_TX; in atusb_probe()
1044 atusb->tx_dr.wValue = cpu_to_le16(0); in atusb_probe()