Searched refs:usb_cdc_ncm_ndp16 (Results 1 – 7 of 7) sorted by relevance
81 struct usb_cdc_ncm_ndp16 ndp16;112 struct usb_cdc_ncm_ndp16 *ndp16; in mbim_tx_fixup()136 ndp16->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp16) in mbim_tx_fixup()199 sizeof(struct usb_cdc_ncm_ndp16)) { in mbim_rx_verify_nth16()231 static int mbim_rx_verify_ndp16(struct sk_buff *skb, struct usb_cdc_ncm_ndp16 *ndp16) in mbim_rx_verify_ndp16()241 ret = ((le16_to_cpu(ndp16->wLength) - sizeof(struct usb_cdc_ncm_ndp16)) in mbim_rx_verify_ndp16()245 if (sizeof(struct usb_cdc_ncm_ndp16) + in mbim_rx_verify_ndp16()267 struct usb_cdc_ncm_ndp16 ndp16; in mhi_mbim_rx()304 dpeoffset = ndpoffset + sizeof(struct usb_cdc_ncm_ndp16); in mhi_mbim_rx()
1091 struct usb_cdc_ncm_ndp16 *ndp16 = NULL; in cdc_ncm_ndp16()1113 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb->data + ndpoffset); in cdc_ncm_ndp16()1208 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_fill_tx_frame()1564 sizeof(struct usb_cdc_ncm_ndp16))) { in cdc_ncm_rx_verify_nth16()1653 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_rx_verify_ndp16()1656 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp16)) > skb_in->len) { in cdc_ncm_rx_verify_ndp16()1661 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset); in cdc_ncm_rx_verify_ndp16()1670 sizeof(struct usb_cdc_ncm_ndp16)) / in cdc_ncm_rx_verify_ndp16()1674 if ((sizeof(struct usb_cdc_ncm_ndp16) + in cdc_ncm_rx_verify_ndp16()1730 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_rx_fixup()[all …]
71 #define IPHETH_NDP16_HEADER_SIZE (sizeof(struct usb_cdc_ncm_ndp16) + \232 struct usb_cdc_ncm_ndp16 *ncm0; in ipheth_rcvbulk_callback_ncm()
420 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_mbim_rx_fixup()437 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset); in cdc_mbim_rx_fixup()
123 struct usb_cdc_ncm_ndp16 *delayed_ndp16;
391 struct usb_cdc_ncm_ndp16 { struct
454 .ndp_size = sizeof(struct usb_cdc_ncm_ndp16),