Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/usb/
Dcdc.h342 __le32 dwSignature; member
350 __le32 dwSignature; member
379 __le32 dwSignature; member
393 __le32 dwSignature; member
/Linux-v5.10/drivers/net/usb/
Dcdc_ncm.c1081 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()
1088 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()
1095 if (ndp16->dwSignature == sign) in cdc_ncm_ndp16()
1120 ndp16->dwSignature = sign; in cdc_ncm_ndp16()
1136 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1143 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1150 if (ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1175 ndp32->dwSignature = sign; in cdc_ncm_ndp32()
1258 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1264 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
[all …]
Dcdc_mbim.c437 switch (ndp16->dwSignature & cpu_to_le32(0x00ffffff)) { in cdc_mbim_rx_fixup()
439 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
446 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
452 le32_to_cpu(ndp16->dwSignature)); in cdc_mbim_rx_fixup()