Lines Matching refs:portal
498 struct qman_portal *portal; in dpaa_get_coalesce() local
502 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_get_coalesce()
503 qman_portal_get_iperiod(portal, &period); in dpaa_get_coalesce()
504 qman_dqrr_get_ithresh(portal, &thresh); in dpaa_get_coalesce()
519 struct qman_portal *portal; in dpaa_set_coalesce() local
528 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_set_coalesce()
529 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
530 qman_dqrr_get_ithresh(portal, &prev_thresh); in dpaa_set_coalesce()
534 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
535 res = qman_portal_set_iperiod(portal, period); in dpaa_set_coalesce()
538 res = qman_dqrr_set_ithresh(portal, thresh); in dpaa_set_coalesce()
540 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
553 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
555 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
556 qman_dqrr_set_ithresh(portal, prev_thresh); in dpaa_set_coalesce()