Searched refs:private_qp_ctx (Results 1 – 6 of 6) sorted by relevance
43 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()82 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()158 dev->data->queue_pairs[i])->private_qp_ctx; in scheduler_start()190 qp_ctx->private_qp_ctx = (void *)fo_qp_ctx; in scheduler_config_qp()
23 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()66 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()143 qp_ctx->private_qp_ctx; in scheduler_start()183 qp_ctx->private_qp_ctx = (void *)rr_qp_ctx; in scheduler_config_qp()
40 struct psd_scheduler_qp_ctx *psd_qp_ctx = qp_ctx->private_qp_ctx; in schedule_enqueue()193 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()268 qp_ctx->private_qp_ctx; in scheduler_start()301 struct psd_scheduler_qp_ctx *ps_qp_ctx = qp_ctx->private_qp_ctx; in scheduler_stop()326 qp_ctx->private_qp_ctx = (void *)ps_qp_ctx; in scheduler_config_qp()
259 if (qp_ctx->private_qp_ctx) { in scheduler_pmd_close()260 rte_free(qp_ctx->private_qp_ctx); in scheduler_pmd_close()261 qp_ctx->private_qp_ctx = NULL; in scheduler_pmd_close()381 if (qp_ctx->private_qp_ctx) in scheduler_pmd_qp_release()382 rte_free(qp_ctx->private_qp_ctx); in scheduler_pmd_qp_release()
42 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()87 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()266 qp_ctx->private_qp_ctx; in scheduler_start()318 qp_ctx->private_qp_ctx = (void *)mc_qp_ctx; in scheduler_config_qp()
57 void *private_qp_ctx; member