Lines Matching full:portal
398 struct qman_portal *portal; in dpaa_get_coalesce() local
402 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_get_coalesce()
403 qman_portal_get_iperiod(portal, &period); in dpaa_get_coalesce()
404 qman_dqrr_get_ithresh(portal, &thresh); in dpaa_get_coalesce()
418 struct qman_portal *portal; in dpaa_set_coalesce() local
432 portal = qman_get_affine_portal(smp_processor_id()); in dpaa_set_coalesce()
433 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
434 qman_dqrr_get_ithresh(portal, &prev_thresh); in dpaa_set_coalesce()
438 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
439 res = qman_portal_set_iperiod(portal, period); in dpaa_set_coalesce()
442 res = qman_dqrr_set_ithresh(portal, thresh); in dpaa_set_coalesce()
444 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
459 portal = qman_get_affine_portal(cpu); in dpaa_set_coalesce()
461 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
462 qman_dqrr_set_ithresh(portal, prev_thresh); in dpaa_set_coalesce()