Searched refs:dwSignature (Results 1 – 4 of 4) sorted by relevance
355 __le32 dwSignature; member363 __le32 dwSignature; member392 __le32 dwSignature; member406 __le32 dwSignature; member
1097 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()1104 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()1111 if (ndp16->dwSignature == sign) in cdc_ncm_ndp16()1136 ndp16->dwSignature = sign; in cdc_ncm_ndp16()1159 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()1166 if (ndp32->dwSignature == sign) in cdc_ncm_ndp32()1191 ndp32->dwSignature = sign; in cdc_ncm_ndp32()1568 le32_to_cpu(nth16->dwSignature)); in cdc_ncm_rx_verify_nth16()1616 le32_to_cpu(nth32->dwSignature)); in cdc_ncm_rx_verify_nth32()1755 le32_to_cpu(ndp.ndp16->dwSignature)); in cdc_ncm_rx_fixup()[all …]
439 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()
116 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in mbim_tx_fixup()124 ndp16->dwSignature = cpu_to_le32(USB_CDC_MBIM_NDP16_IPS_SIGN | (session << 24)); in mbim_tx_fixup()195 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in mbim_rx_verify_nth16()197 le32_to_cpu(nth16->dwSignature)); in mbim_rx_verify_nth16()276 if ((ndp16.dwSignature & cpu_to_le32(MBIM_NDP16_SIGN_MASK)) in mhi_mbim_rx()282 session = (le32_to_cpu(ndp16.dwSignature) & ~MBIM_NDP16_SIGN_MASK) >> 24; in mhi_mbim_rx()
Completed in 11 milliseconds