Searched refs:channel_portal (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c2680 struct qman_portal *p, *channel_portal; local
2721 channel_portal = get_portal_for_channel(channel);
2722 if (channel_portal == NULL) {
2729 channel_portal = p;
2737 mcc = qm_mc_start(&channel_portal->p);
2739 qm_mc_commit(&channel_portal->p, QM_MCC_VERB_ALTER_RETIRE);
2740 if (!qm_mc_result_timeout(&channel_portal->p, &mcr)) {
2750 drain_mr_fqrni(&channel_portal->p);
2777 qm_dqrr_sdqcr_set(&channel_portal->p,
2781 qm_dqrr_sdqcr_set(&channel_portal
[all...]

Completed in 104 milliseconds