Home
last modified time | relevance | path

Searched refs:dwSignature (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/uapi/linux/usb/
H A Dcdc.h355 __le32 dwSignature; member
363 __le32 dwSignature; member
392 __le32 dwSignature; member
406 __le32 dwSignature; member
/linux-6.15/drivers/net/wwan/
H A Dmhi_wwan_mbim.c127 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in mbim_tx_fixup()
135 ndp16->dwSignature = cpu_to_le32(USB_CDC_MBIM_NDP16_IPS_SIGN | (session << 24)); in mbim_tx_fixup()
206 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in mbim_rx_verify_nth16()
208 le32_to_cpu(nth16->dwSignature)); in mbim_rx_verify_nth16()
287 if ((ndp16.dwSignature & cpu_to_le32(MBIM_NDP16_SIGN_MASK)) in mhi_mbim_rx()
293 session = (le32_to_cpu(ndp16.dwSignature) & ~MBIM_NDP16_SIGN_MASK) >> 24; in mhi_mbim_rx()
/linux-6.15/drivers/net/usb/
H A Dcdc_ncm.c1100 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()
1107 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()
1114 if (ndp16->dwSignature == sign) in cdc_ncm_ndp16()
1139 ndp16->dwSignature = sign; in cdc_ncm_ndp16()
1162 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1169 if (ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1194 ndp32->dwSignature = sign; in cdc_ncm_ndp32()
1574 le32_to_cpu(nth16->dwSignature)); in cdc_ncm_rx_verify_nth16()
1622 le32_to_cpu(nth32->dwSignature)); in cdc_ncm_rx_verify_nth32()
1761 le32_to_cpu(ndp.ndp16->dwSignature)); in cdc_ncm_rx_fixup()
[all …]
H A Dcdc_mbim.c439 switch (ndp16->dwSignature & cpu_to_le32(0x00ffffff)) { in cdc_mbim_rx_fixup()
441 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
448 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
454 le32_to_cpu(ndp16->dwSignature)); in cdc_mbim_rx_fixup()
H A Dipheth.c247 if (ncmh->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN) || in ipheth_rcvbulk_callback_ncm()
253 if (ncm0->dwSignature != cpu_to_le32(USB_CDC_NCM_NDP16_NOCRC_SIGN)) in ipheth_rcvbulk_callback_ncm()