Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c333 if (ctx->is_ndp16 && !ctx->delayed_ndp16) { in ndp_to_end_store()
334 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
335 if (!ctx->delayed_ndp16) in ndp_to_end_store()
786 kfree(ctx->delayed_ndp16); in cdc_ncm_free()
958 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
959 if (!ctx->delayed_ndp16) in cdc_ncm_bind_common()
1100 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()
1101 return ctx->delayed_ndp16; in cdc_ncm_ndp16()
1107 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()
1137 ndp16 = ctx->delayed_ndp16; in cdc_ncm_ndp16()
[all …]
/openbmc/linux/include/linux/usb/
H A Dcdc_ncm.h123 struct usb_cdc_ncm_ndp16 *delayed_ndp16; member