Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dcdc_ncm.c1061 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; in cdc_ncm_ndp() local
1062 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_ndp()
1100 nth16->wNdpIndex = cpu_to_le16(skb->len); in cdc_ncm_ndp()
1117 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame() local
1183 nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1184 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1185 nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1186 nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1289 nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1291 nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
[all …]