Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/usb/
Dcdc.h355 __le32 dwSignature; member
363 __le32 dwSignature; member
392 __le32 dwSignature; member
406 __le32 dwSignature; member
/linux-6.6.21/drivers/net/usb/
Dcdc_ncm.c1100 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()
[all …]
Dcdc_mbim.c439 switch (ndp16->dwSignature & cpu_to_le32(0x00ffffff)) { in cdc_mbim_rx_fixup()
441 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
448 c = (u8 *)&ndp16->dwSignature; in cdc_mbim_rx_fixup()
454 le32_to_cpu(ndp16->dwSignature)); in cdc_mbim_rx_fixup()
Dipheth.c228 if (ncmh->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN) || in ipheth_rcvbulk_callback_ncm()
235 if (ncm0->dwSignature != cpu_to_le32(USB_CDC_NCM_NDP16_NOCRC_SIGN) || in ipheth_rcvbulk_callback_ncm()
/linux-6.6.21/drivers/net/wwan/
Dmhi_wwan_mbim.c116 nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in mbim_tx_fixup()
124 ndp16->dwSignature = cpu_to_le32(USB_CDC_MBIM_NDP16_IPS_SIGN | (session << 24)); in mbim_tx_fixup()
195 if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) { in mbim_rx_verify_nth16()
197 le32_to_cpu(nth16->dwSignature)); in mbim_rx_verify_nth16()
276 if ((ndp16.dwSignature & cpu_to_le32(MBIM_NDP16_SIGN_MASK)) in mhi_mbim_rx()
282 session = (le32_to_cpu(ndp16.dwSignature) & ~MBIM_NDP16_SIGN_MASK) >> 24; in mhi_mbim_rx()