Searched refs:dpe16 (Results 1 – 3 of 3) sorted by relevance
419 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_mbim_rx_fixup() local457 dpe16 = ndp16->dpe16; in cdc_mbim_rx_fixup()458 for (x = 0; x < nframes; x++, dpe16++) { in cdc_mbim_rx_fixup()459 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_mbim_rx_fixup()460 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_mbim_rx_fixup()
1240 ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); in cdc_ncm_fill_tx_frame()1241 ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1507 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_ncm_rx_fixup() local1529 dpe16 = ndp16->dpe16; in cdc_ncm_rx_fixup()1531 for (x = 0; x < nframes; x++, dpe16++) { in cdc_ncm_rx_fixup()1532 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_ncm_rx_fixup()1533 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_ncm_rx_fixup()
382 struct usb_cdc_ncm_dpe16 dpe16[0]; member