Home
last modified time | relevance | path

Searched refs:ndpoffset (Results 1 – 3 of 3) sorted by relevance

/drivers/net/usb/
A Dcdc_ncm.c1097 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_ndp16() local
1116 while (ndpoffset) { in cdc_ncm_ndp16()
1120 ndpoffset = le16_to_cpu(ndp16->wNextNdpIndex); in cdc_ncm_ndp16()
1152 size_t ndpoffset = le32_to_cpu(nth32->dwNdpIndex); in cdc_ncm_ndp32() local
1171 while (ndpoffset) { in cdc_ncm_ndp32()
1175 ndpoffset = le32_to_cpu(ndp32->dwNextNdpIndex); in cdc_ncm_ndp32()
1662 ndpoffset); in cdc_ncm_rx_verify_ndp16()
1698 ndpoffset); in cdc_ncm_rx_verify_ndp32()
1742 int ndpoffset; in cdc_ncm_rx_fixup() local
1751 if (ndpoffset < 0) in cdc_ncm_rx_fixup()
[all …]
A Dcdc_mbim.c422 int ndpoffset; in cdc_mbim_rx_fixup() local
428 ndpoffset = cdc_ncm_rx_verify_nth16(ctx, skb_in); in cdc_mbim_rx_fixup()
429 if (ndpoffset < 0) in cdc_mbim_rx_fixup()
433 nframes = cdc_ncm_rx_verify_ndp16(skb_in, ndpoffset); in cdc_mbim_rx_fixup()
437 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset); in cdc_mbim_rx_fixup()
492 ndpoffset = le16_to_cpu(ndp16->wNextNdpIndex); in cdc_mbim_rx_fixup()
493 if (ndpoffset && loopcount--) in cdc_mbim_rx_fixup()
/drivers/net/wwan/
A Dmhi_wwan_mbim.c256 int ndpoffset; in mhi_mbim_rx() local
259 ndpoffset = mbim_rx_verify_nth16(mbim, skb); in mhi_mbim_rx()
260 if (ndpoffset < 0) { in mhi_mbim_rx()
273 if (skb_copy_bits(skb, ndpoffset, &ndp16, sizeof(ndp16))) { in mhi_mbim_rx()
275 ndpoffset); in mhi_mbim_rx()
304 dpeoffset = ndpoffset + sizeof(struct usb_cdc_ncm_ndp16); in mhi_mbim_rx()
353 ndpoffset = (int)le16_to_cpu(ndp16.wNextNdpIndex); in mhi_mbim_rx()
354 if (!ndpoffset) in mhi_mbim_rx()

Completed in 12 milliseconds