Searched refs:dpe16 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/usb/
H A Dcdc_mbim.c420 struct usb_cdc_ncm_dpe16 *dpe16; cdc_mbim_rx_fixup() local
458 dpe16 = ndp16->dpe16; cdc_mbim_rx_fixup()
459 for (x = 0; x < nframes; x++, dpe16++) { cdc_mbim_rx_fixup()
460 offset = le16_to_cpu(dpe16->wDatagramIndex); cdc_mbim_rx_fixup()
461 len = le16_to_cpu(dpe16->wDatagramLength); cdc_mbim_rx_fixup()
H A Dcdc_ncm.c1137 ndp16->dpe16[index].wDatagramLength = cpu_to_le16(skb->len); cdc_ncm_fill_tx_frame()
1138 ndp16->dpe16[index].wDatagramIndex = cpu_to_le16(skb_out->len); cdc_ncm_fill_tx_frame()
1391 struct usb_cdc_ncm_dpe16 *dpe16; cdc_ncm_rx_fixup() local
1413 dpe16 = ndp16->dpe16; cdc_ncm_rx_fixup()
1415 for (x = 0; x < nframes; x++, dpe16++) { cdc_ncm_rx_fixup()
1416 offset = le16_to_cpu(dpe16->wDatagramIndex); cdc_ncm_rx_fixup()
1417 len = le16_to_cpu(dpe16->wDatagramLength); cdc_ncm_rx_fixup()
/linux-4.1.27/include/uapi/linux/usb/
H A Dcdc.h381 struct usb_cdc_ncm_dpe16 dpe16[0]; member in struct:usb_cdc_ncm_ndp16

Completed in 96 milliseconds