[go: nahoru, domu]

Searched defs:nth16 (Results 1 - 1 of 1) sorted by relevance

/drivers/net/usb/
H A Dcdc_ncm.c986 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; local
987 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex);
1008 nth16->wNdpIndex = cpu_to_le16(skb->len);
1021 struct usb_cdc_ncm_nth16 *nth16; local
1049 nth16 = (struct usb_cdc_ncm_nth16 *)memset(skb_put(skb_out, sizeof(struct usb_cdc_ncm_nth16)), 0, sizeof(struct usb_cdc_ncm_nth16));
1050 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
1051 nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
1052 nth16->wSequence = cpu_to_le16(ctx->tx_seq++);
1170 nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data;
1171 nth16
1270 struct usb_cdc_ncm_nth16 *nth16; local
[all...]

Completed in 34 milliseconds