Home
last modified time | relevance | path

Searched refs:delayed_ndp32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/usb/
Dcdc_ncm.c320 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()
321 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
322 if (!ctx->delayed_ndp32) in ndp_to_end_store()
770 kfree(ctx->delayed_ndp32); in cdc_ncm_free()
943 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
944 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()
1136 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1137 return ctx->delayed_ndp32; in cdc_ncm_ndp32()
1143 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1173 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()
[all …]
/Linux-v5.10/include/linux/usb/
Dcdc_ncm.h122 struct usb_cdc_ncm_ndp32 *delayed_ndp32; member