Home
last modified time | relevance | path

Searched refs:USB_CDC_NCM_NTH32_SIGN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h352 #define USB_CDC_NCM_NTH32_SIGN 0x686D636E /* ncmh */ macro
/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c1284 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
1619 if (nth32->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH32_SIGN)) { in cdc_ncm_rx_verify_nth32()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_ncm.c456 .nth_sign = USB_CDC_NCM_NTH32_SIGN,