Home
last modified time | relevance | path

Searched refs:wNdpIndex (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c131 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()
/linux/drivers/net/usb/
H A Dipheth.c229 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()
H A Dcdc_ncm.c1094 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()
/linux/include/uapi/linux/usb/
H A Dcdc.h359 __le16 wNdpIndex; member