Lines Matching defs:qps
1697 * return created qp, -EBUSY if all qps in qm allocated, -ENOMEM if allocating
2671 /* Stop started qps in reset flow */
2716 * This function stops qm and its qps, then qm can not accept request.
2955 * @qps: The queue pairs need to be freed.
2958 void hisi_qm_free_qps(struct hisi_qp **qps, int qp_num)
2962 if (!qps || qp_num <= 0)
2966 hisi_qm_release_qp(qps[i]);
3023 * @qps: The queue pairs need created.
3030 u8 alg_type, int node, struct hisi_qp **qps)
3037 if (!qps || !qm_list || qp_num <= 0)
3048 qps[i] = hisi_qm_create_qp(tmp->qm, alg_type);
3049 if (IS_ERR(qps[i])) {
3050 hisi_qm_free_qps(qps, i);
3063 pr_info("Failed to create qps, node[%d], alg[%d], qp[%d]!\n",