Lines Matching refs:ctx
326 struct in_context *ctx = req->context;328 dev_kfree_skb_any(ctx->skb);330 usb_ep_free_request(ctx->ep, req);331 kfree(ctx);420 struct in_context *ctx;465 ctx = kmalloc(sizeof(*ctx), GFP_KERNEL);466 if (!ctx) {472 ctx->skb = skb2;473 ctx->ep = ep;479 req->context = ctx;