Searched refs:nth32 (Results 1 – 1 of 1) sorted by relevance
1147 struct usb_cdc_ncm_nth32 *nth32 = (void *)skb->data; in cdc_ncm_ndp32() local1148 size_t ndpoffset = le32_to_cpu(nth32->dwNdpIndex); in cdc_ncm_ndp32()1186 nth32->dwNdpIndex = cpu_to_le32(skb->len); in cdc_ncm_ndp32()1205 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_fill_tx_frame() member1604 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_rx_verify_nth32() local1617 nth32 = (struct usb_cdc_ncm_nth32 *)skb_in->data; in cdc_ncm_rx_verify_nth32()1622 le32_to_cpu(nth32->dwSignature)); in cdc_ncm_rx_verify_nth32()1626 len = le32_to_cpu(nth32->dwBlockLength); in cdc_ncm_rx_verify_nth32()1639 ctx->rx_seq, le16_to_cpu(nth32->wSequence)); in cdc_ncm_rx_verify_nth32()1641 ctx->rx_seq = le16_to_cpu(nth32->wSequence); in cdc_ncm_rx_verify_nth32()[all …]