Lines Matching refs:portal
518 struct qman_portal *portal; in dpaa_get_coalesce() local
522 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_get_coalesce()
523 qman_portal_get_iperiod(portal, &period); in dpaa_get_coalesce()
524 qman_dqrr_get_ithresh(portal, &thresh); in dpaa_get_coalesce()
537 struct qman_portal *portal; in dpaa_set_coalesce() local
546 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_set_coalesce()
547 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
548 qman_dqrr_get_ithresh(portal, &prev_thresh); in dpaa_set_coalesce()
552 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
553 res = qman_portal_set_iperiod(portal, period); in dpaa_set_coalesce()
556 res = qman_dqrr_set_ithresh(portal, thresh); in dpaa_set_coalesce()
558 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
571 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
573 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
574 qman_dqrr_set_ithresh(portal, prev_thresh); in dpaa_set_coalesce()