Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c120 nth16->wNdpIndex = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()
217 return le16_to_cpu(nth16->wNdpIndex); in mbim_rx_verify_nth16()
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h359 __le16 wNdpIndex; member
/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c1093 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_ndp16()
1131 nth16->wNdpIndex = cpu_to_le16(skb->len); in cdc_ncm_ndp16()
1406 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
1595 ret = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_rx_verify_nth16()
H A Dipheth.c249 ncmh->wNdpIndex != cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16))) in ipheth_rcvbulk_callback_ncm()