Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ieee802154/
Datusb.c58 struct usb_ctrlrequest tx_dr; member
323 atusb->tx_dr.wIndex = cpu_to_le16(atusb->tx_ack_seq); in atusb_xmit()
324 atusb->tx_dr.wLength = cpu_to_le16(skb->len); in atusb_xmit()
328 (unsigned char *)&atusb->tx_dr, skb->data, in atusb_xmit()
953 atusb->tx_dr.bRequestType = ATUSB_REQ_TO_DEV; in atusb_probe()
954 atusb->tx_dr.bRequest = ATUSB_TX; in atusb_probe()
955 atusb->tx_dr.wValue = cpu_to_le16(0); in atusb_probe()