Searched refs:dwSignature (Results 1 – 4 of 4) sorted by relevance
355 __le32 dwSignature; member363 __le32 dwSignature; member392 __le32 dwSignature; member406 __le32 dwSignature; member
1096 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()1103 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()1110 if (ndp16->dwSignature == sign) in cdc_ncm_ndp16()1135 ndp16->dwSignature = sign; in cdc_ncm_ndp16()1151 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()1158 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()1165 if (ndp32->dwSignature == sign) in cdc_ncm_ndp32()1190 ndp32->dwSignature = sign; in cdc_ncm_ndp32()1276 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()1282 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()[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()