Searched refs:delayed_ndp32 (Results 1 – 2 of 2) sorted by relevance
338 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()339 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()340 if (!ctx->delayed_ndp32) in ndp_to_end_store()788 kfree(ctx->delayed_ndp32); in cdc_ncm_free()962 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()963 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()1155 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()1156 return ctx->delayed_ndp32; in cdc_ncm_ndp32()1162 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()1192 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()[all …]
124 struct usb_cdc_ncm_ndp32 *delayed_ndp32; member