Searched refs:dpe16 (Results 1 – 3 of 3) sorted by relevance
420 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_mbim_rx_fixup() local458 dpe16 = ndp16->dpe16; in cdc_mbim_rx_fixup()459 for (x = 0; x < nframes; x++, dpe16++) { in cdc_mbim_rx_fixup()460 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_mbim_rx_fixup()461 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_mbim_rx_fixup()
1137 ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); in cdc_ncm_fill_tx_frame()1138 ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1391 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_ncm_rx_fixup() local1413 dpe16 = ndp16->dpe16; in cdc_ncm_rx_fixup()1415 for (x = 0; x < nframes; x++, dpe16++) { in cdc_ncm_rx_fixup()1416 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_ncm_rx_fixup()1417 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_ncm_rx_fixup()
381 struct usb_cdc_ncm_dpe16 dpe16[0]; member