Home
last modified time | relevance | path

Searched refs:USB_CDC_NCM_NTH16_SIGN (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wwan/
Dmhi_wwan_mbim.c127 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in mbim_tx_fixup()
206 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in mbim_rx_verify_nth16()
/linux-6.12.1/include/uapi/linux/usb/
Dcdc.h351 #define USB_CDC_NCM_NTH16_SIGN 0x484D434E /* NCMH */ macro
/linux-6.12.1/drivers/net/usb/
Dipheth.c228 if (ncmh->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN) || in ipheth_rcvbulk_callback_ncm()
Dcdc_ncm.c1279 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1572 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in cdc_ncm_rx_verify_nth16()
/linux-6.12.1/drivers/usb/gadget/function/
Df_ncm.c450 .nth_sign = USB_CDC_NCM_NTH16_SIGN,