Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ieee802154/
Datusb.c58 struct usb_ctrlrequest tx_dr; member
346 atusb->tx_dr.wIndex = cpu_to_le16(atusb->tx_ack_seq); in atusb_xmit()
347 atusb->tx_dr.wLength = cpu_to_le16(skb->len); in atusb_xmit()
351 (unsigned char *)&atusb->tx_dr, skb->data, in atusb_xmit()
976 atusb->tx_dr.bRequestType = ATUSB_REQ_TO_DEV; in atusb_probe()
977 atusb->tx_dr.bRequest = ATUSB_TX; in atusb_probe()
978 atusb->tx_dr.wValue = cpu_to_le16(0); in atusb_probe()