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()
1136 ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); in cdc_ncm_fill_tx_frame()1137 ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1401 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_ncm_rx_fixup() local1423 dpe16 = ndp16->dpe16; in cdc_ncm_rx_fixup()1425 for (x = 0; x < nframes; x++, dpe16++) { in cdc_ncm_rx_fixup()1426 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_ncm_rx_fixup()1427 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_ncm_rx_fixup()
381 struct usb_cdc_ncm_dpe16 dpe16[0]; member