Searched refs:dpe16 (Results 1 – 5 of 5) sorted by relevance
80 struct usb_cdc_ncm_dpe16 dpe16[2]; member130 ndp16->dpe16[0].wDatagramIndex = cpu_to_le16(sizeof(struct mbim_tx_hdr)); in mbim_tx_fixup()131 ndp16->dpe16[0].wDatagramLength = cpu_to_le16(dgram_size); in mbim_tx_fixup()134 ndp16->dpe16[1].wDatagramIndex = 0; in mbim_tx_fixup()135 ndp16->dpe16[1].wDatagramLength = 0; in mbim_tx_fixup()257 struct usb_cdc_ncm_dpe16 dpe16; in mhi_mbim_rx() local294 for (n = 0; n < nframes; n++, dpeoffset += sizeof(dpe16)) { in mhi_mbim_rx()298 if (skb_copy_bits(skb, dpeoffset, &dpe16, sizeof(dpe16))) in mhi_mbim_rx()301 dgram_offset = le16_to_cpu(dpe16.wDatagramIndex); in mhi_mbim_rx()302 dgram_len = le16_to_cpu(dpe16.wDatagramLength); in mhi_mbim_rx()
421 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_mbim_rx_fixup() local459 dpe16 = ndp16->dpe16; in cdc_mbim_rx_fixup()460 for (x = 0; x < nframes; x++, dpe16++) { in cdc_mbim_rx_fixup()461 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_mbim_rx_fixup()462 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_mbim_rx_fixup()
1346 ndp.ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); in cdc_ncm_fill_tx_frame()1347 ndp.ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1734 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_ncm_rx_fixup() member1764 dpe.dpe16 = ndp.ndp16->dpe16; in cdc_ncm_rx_fixup()1783 offset = le16_to_cpu(dpe.dpe16->wDatagramIndex); in cdc_ncm_rx_fixup()1784 len = le16_to_cpu(dpe.dpe16->wDatagramLength); in cdc_ncm_rx_fixup()1821 dpe.dpe16++; in cdc_ncm_rx_fixup()
242 dpe = ncm0->dpe16; in ipheth_rcvbulk_callback_ncm()
395 struct usb_cdc_ncm_dpe16 dpe16[]; member