Searched refs:nth32 (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/usb/
H A Dcdc_ncm.c1147 struct usb_cdc_ncm_nth32 *nth32 = (void *)skb->data; local
1148 size_t ndpoffset = le32_to_cpu(nth32->dwNdpIndex);
1186 nth32->dwNdpIndex = cpu_to_le32(skb->len);
1205 struct usb_cdc_ncm_nth32 *nth32; member in union:__anon952
1283 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32));
1284 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN);
1285 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32));
1286 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++);
1412 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data;
1414 nth.nth32
1604 struct usb_cdc_ncm_nth32 *nth32; local
[all...]

Completed in 180 milliseconds