Searched refs:USB_CDC_NCM_NTH16_SIGN (Results 1 – 5 of 5) sorted by relevance
116 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in mbim_tx_fixup()195 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in mbim_rx_verify_nth16()
351 #define USB_CDC_NCM_NTH16_SIGN 0x484D434E /* NCMH */ macro
228 if (ncmh->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN) || in ipheth_rcvbulk_callback_ncm()
1278 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_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()
441 .nth_sign = USB_CDC_NCM_NTH16_SIGN,