Lines Matching defs:qps
3214 /* Stop started qps in reset flow */
3262 * This function stops qm and its qps, then qm can not accept request.
3383 * @qps: The queue pairs need to be freed.
3386 void hisi_qm_free_qps(struct hisi_qp **qps, int qp_num)
3390 if (!qps || qp_num <= 0)
3394 hisi_qm_release_qp(qps[i]);
3449 * @qps: The queue pairs need created.
3456 u8 alg_type, int node, struct hisi_qp **qps)
3463 if (!qps || !qm_list || qp_num <= 0)
3474 qps[i] = hisi_qm_create_qp(tmp->qm, alg_type);
3475 if (IS_ERR(qps[i])) {
3476 hisi_qm_free_qps(qps, i);
3489 pr_info("Failed to create qps, node[%d], alg[%u], qp[%d]!\n",