Searched refs:usb_cdc_ncm_ndp16 (Results 1 – 6 of 6) sorted by relevance
79 struct usb_cdc_ncm_ndp16 ndp16;101 struct usb_cdc_ncm_ndp16 *ndp16; in mbim_tx_fixup()125 ndp16->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp16) in mbim_tx_fixup()188 sizeof(struct usb_cdc_ncm_ndp16)) { in mbim_rx_verify_nth16()220 static int mbim_rx_verify_ndp16(struct sk_buff *skb, struct usb_cdc_ncm_ndp16 *ndp16) in mbim_rx_verify_ndp16()230 ret = ((le16_to_cpu(ndp16->wLength) - sizeof(struct usb_cdc_ncm_ndp16)) in mbim_rx_verify_ndp16()234 if (sizeof(struct usb_cdc_ncm_ndp16) + in mbim_rx_verify_ndp16()256 struct usb_cdc_ncm_ndp16 ndp16; in mhi_mbim_rx()293 dpeoffset = ndpoffset + sizeof(struct usb_cdc_ncm_ndp16); in mhi_mbim_rx()
1088 struct usb_cdc_ncm_ndp16 *ndp16 = NULL; in cdc_ncm_ndp16()1110 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb->data + ndpoffset); in cdc_ncm_ndp16()1205 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_fill_tx_frame()1558 sizeof(struct usb_cdc_ncm_ndp16))) { in cdc_ncm_rx_verify_nth16()1647 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_rx_verify_ndp16()1650 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp16)) > skb_in->len) { in cdc_ncm_rx_verify_ndp16()1655 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset); in cdc_ncm_rx_verify_ndp16()1664 sizeof(struct usb_cdc_ncm_ndp16)) / in cdc_ncm_rx_verify_ndp16()1668 if ((sizeof(struct usb_cdc_ncm_ndp16) + in cdc_ncm_rx_verify_ndp16()1724 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_rx_fixup()[all …]
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
459 .ndp_size = sizeof(struct usb_cdc_ncm_ndp16),
Completed in 15 milliseconds