Lines Matching refs:dwSignature
1100 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()
1155 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
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()
1278 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1284 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
1571 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in cdc_ncm_rx_verify_nth16()
1574 le32_to_cpu(nth16->dwSignature)); in cdc_ncm_rx_verify_nth16()
1619 if (nth32->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH32_SIGN)) { in cdc_ncm_rx_verify_nth32()
1622 le32_to_cpu(nth32->dwSignature)); in cdc_ncm_rx_verify_nth32()
1758 if (ndp.ndp16->dwSignature != cpu_to_le32(USB_CDC_NCM_NDP16_NOCRC_SIGN)) { in cdc_ncm_rx_fixup()
1761 le32_to_cpu(ndp.ndp16->dwSignature)); in cdc_ncm_rx_fixup()
1772 if (ndp.ndp32->dwSignature != cpu_to_le32(USB_CDC_NCM_NDP32_NOCRC_SIGN)) { in cdc_ncm_rx_fixup()
1775 le32_to_cpu(ndp.ndp32->dwSignature)); in cdc_ncm_rx_fixup()