Searched refs:wNdpIndex (Results 1 – 4 of 4) sorted by relevance
131 nth16->wNdpIndex = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()228 return le16_to_cpu(nth16->wNdpIndex); in mbim_rx_verify_nth16()
229 le16_to_cpu(ncmh->wNdpIndex) >= urb->actual_length) { in ipheth_rcvbulk_callback_ncm()234 ncm0 = urb->transfer_buffer + le16_to_cpu(ncmh->wNdpIndex); in ipheth_rcvbulk_callback_ncm()
1094 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_ndp16()1132 nth16->wNdpIndex = cpu_to_le16(skb->len); in cdc_ncm_ndp16()1407 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1596 ret = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_rx_verify_nth16()
359 __le16 wNdpIndex; member