Searched refs:delayed_ndp32 (Results 1 – 2 of 2) sorted by relevance
322 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()323 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()324 if (!ctx->delayed_ndp32) in ndp_to_end_store()772 kfree(ctx->delayed_ndp32); in cdc_ncm_free()945 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()946 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()1138 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()1139 return ctx->delayed_ndp32; in cdc_ncm_ndp32()1145 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()1175 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()[all …]
122 struct usb_cdc_ncm_ndp32 *delayed_ndp32; member