Lines Matching refs:nth
1192 } nth;
1263 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16));
1264 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
1265 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
1266 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++);
1269 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32));
1270 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN);
1271 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32));
1272 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++);
1390 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data;
1392 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len);
1398 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data;
1400 nth.nth32->dwNdpIndex = cpu_to_le32(skb_out->len);
1428 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data;
1429 nth.nth16->wBlockLength = cpu_to_le16(skb_out->len);
1431 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data;
1432 nth.nth32->dwBlockLength = cpu_to_le32(skb_out->len);