Lines Matching full:qm
1375 static void qman_destroy_portal(struct qman_portal *qm) in qman_destroy_portal() argument
1380 qm_dqrr_sdqcr_set(&qm->p, 0); in qman_destroy_portal()
1391 qm_eqcr_cce_update(&qm->p); in qman_destroy_portal()
1392 qm_eqcr_cce_update(&qm->p); in qman_destroy_portal()
1393 pcfg = qm->config; in qman_destroy_portal()
1395 free_irq(pcfg->irq, qm); in qman_destroy_portal()
1397 kfree(qm->cgrs); in qman_destroy_portal()
1398 qm_mc_finish(&qm->p); in qman_destroy_portal()
1399 qm_mr_finish(&qm->p); in qman_destroy_portal()
1400 qm_dqrr_finish(&qm->p); in qman_destroy_portal()
1401 qm_eqcr_finish(&qm->p); in qman_destroy_portal()
1403 qm->config = NULL; in qman_destroy_portal()
1408 struct qman_portal *qm = get_affine_portal(); in qman_destroy_affine_portal() local
1412 pcfg = qm->config; in qman_destroy_affine_portal()
1415 qman_destroy_portal(qm); in qman_destroy_affine_portal()