Lines Matching refs:ctx
85 * @ctx: Context data used in cfv_rx_poll()
112 struct cfv_napi_context ctx;
257 struct vringh_kiov *riov = &cfv->ctx.riov;
267 if (cfv->ctx.head != USHRT_MAX) {
269 cfv->ctx.head,
271 cfv->ctx.head = USHRT_MAX;
278 &cfv->ctx.head,
715 vringh_kiov_init(&cfv->ctx.riov, NULL, 0);
716 cfv->ctx.head = USHRT_MAX;
766 vringh_kiov_cleanup(&cfv->ctx.riov);