Searched refs:delayed_ndp32 (Results 1 – 2 of 2) sorted by relevance
334 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()335 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()336 if (!ctx->delayed_ndp32) in ndp_to_end_store()784 kfree(ctx->delayed_ndp32); in cdc_ncm_free()958 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()959 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()1151 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()1152 return ctx->delayed_ndp32; in cdc_ncm_ndp32()1158 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()1188 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()[all …]
124 struct usb_cdc_ncm_ndp32 *delayed_ndp32; member
Completed in 7 milliseconds