Searched refs:dpe16 (Results 1 – 3 of 3) sorted by relevance
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()
1237 ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); in cdc_ncm_fill_tx_frame()1238 ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1504 struct usb_cdc_ncm_dpe16 *dpe16; in cdc_ncm_rx_fixup() local1526 dpe16 = ndp16->dpe16; in cdc_ncm_rx_fixup()1528 for (x = 0; x < nframes; x++, dpe16++) { in cdc_ncm_rx_fixup()1529 offset = le16_to_cpu(dpe16->wDatagramIndex); in cdc_ncm_rx_fixup()1530 len = le16_to_cpu(dpe16->wDatagramLength); in cdc_ncm_rx_fixup()
382 struct usb_cdc_ncm_dpe16 dpe16[0]; member