Lines Matching refs:portal
524 struct qman_portal *portal; in dpaa_get_coalesce() local
528 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_get_coalesce()
529 qman_portal_get_iperiod(portal, &period); in dpaa_get_coalesce()
530 qman_dqrr_get_ithresh(portal, &thresh); in dpaa_get_coalesce()
545 struct qman_portal *portal; in dpaa_set_coalesce() local
554 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_set_coalesce()
555 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
556 qman_dqrr_get_ithresh(portal, &prev_thresh); in dpaa_set_coalesce()
560 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
561 res = qman_portal_set_iperiod(portal, period); in dpaa_set_coalesce()
564 res = qman_dqrr_set_ithresh(portal, thresh); in dpaa_set_coalesce()
566 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
579 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
581 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
582 qman_dqrr_set_ithresh(portal, prev_thresh); in dpaa_set_coalesce()