Lines Matching refs:nctx
2018 err = dpaa2_io_service_rearm(ch->dpio, &ch->nctx);
2022 ch->nctx.desired_cpu);
3040 ch = container_of(ctx, struct dpaa2_eth_channel, nctx);
3156 struct dpaa2_io_notification_ctx *nctx;
3187 nctx = &channel->nctx;
3188 nctx->is_cdan = 1;
3189 nctx->cb = dpaa2_eth_cdan_cb;
3190 nctx->id = channel->ch_id;
3191 nctx->desired_cpu = i;
3195 err = dpaa2_io_service_register(channel->dpio, nctx, dev);
3208 dpcon_notif_cfg.dpio_id = nctx->dpio_id;
3210 dpcon_notif_cfg.user_ctx = nctx->qman64;
3235 dpaa2_io_service_deregister(channel->dpio, nctx, dev);
3242 nctx = &channel->nctx;
3243 dpaa2_io_service_deregister(channel->dpio, nctx, dev);
3270 dpaa2_io_service_deregister(ch->dpio, &ch->nctx, dev);
3282 if (priv->channel[i]->nctx.desired_cpu == cpu)