Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/usb/
Dcdc_ncm.c332 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()
333 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
334 if (!ctx->delayed_ndp32) in ndp_to_end_store()
782 kfree(ctx->delayed_ndp32); in cdc_ncm_free()
956 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
957 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()
1149 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1150 return ctx->delayed_ndp32; in cdc_ncm_ndp32()
1156 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1186 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()
[all …]
/Linux-v5.15/include/linux/usb/
Dcdc_ncm.h124 struct usb_cdc_ncm_ndp32 *delayed_ndp32; member