Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dcdc_ncm.c310 if (enable && !ctx->delayed_ndp16) { in ndp_to_end_store()
311 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
312 if (!ctx->delayed_ndp16) in ndp_to_end_store()
737 kfree(ctx->delayed_ndp16); in cdc_ncm_free()
932 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
933 if (!ctx->delayed_ndp16) in cdc_ncm_bind_common()
1069 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp()
1070 return ctx->delayed_ndp16; in cdc_ncm_ndp()
1076 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp()
1106 ndp16 = ctx->delayed_ndp16; in cdc_ncm_ndp()
[all …]
/Linux-v5.4/include/linux/usb/
Dcdc_ncm.h116 struct usb_cdc_ncm_ndp16 *delayed_ndp16; member