Lines Matching refs:nctx
1567 err = dpaa2_io_service_rearm(ch->dpio, &ch->nctx);
1571 ch->nctx.desired_cpu);
2524 ch = container_of(ctx, struct dpaa2_eth_channel, nctx);
2634 struct dpaa2_io_notification_ctx *nctx;
2663 nctx = &channel->nctx;
2664 nctx->is_cdan = 1;
2665 nctx->cb = dpaa2_eth_cdan_cb;
2666 nctx->id = channel->ch_id;
2667 nctx->desired_cpu = i;
2671 err = dpaa2_io_service_register(channel->dpio, nctx, dev);
2684 dpcon_notif_cfg.dpio_id = nctx->dpio_id;
2686 dpcon_notif_cfg.user_ctx = nctx->qman64;
2711 dpaa2_io_service_deregister(channel->dpio, nctx, dev);
2718 nctx = &channel->nctx;
2719 dpaa2_io_service_deregister(channel->dpio, nctx, dev);
2746 dpaa2_io_service_deregister(ch->dpio, &ch->nctx, dev);
2758 if (priv->channel[i]->nctx.desired_cpu == cpu)