| H A D | qm.c | 264 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument 267 (((alg_type) & QM_SQ_TYPE_MASK) << QM_SQ_TYPE_SHIFT)) 2054 static struct hisi_qp *find_shareable_qp(struct hisi_qm *qm, u8 alg_type, bool is_in_kernel) in find_shareable_qp() 2067 if (qp->is_in_kernel && qp->alg_type == alg_type && qp->ref_count < ref_count) { in find_shareable_qp() 2085 static struct hisi_qp *qm_create_qp_nolock(struct hisi_qm *qm, u8 alg_type, bool is_in_kernel) in qm_create_qp_nolock() 2098 return find_shareable_qp(qm, alg_type, is_in_kernel); in qm_create_qp_nolock() 2114 qp->alg_type = alg_type; in qm_create_qp_nolock() 2125 * @alg_type 2052 find_shareable_qp(struct hisi_qm * qm,u8 alg_type,bool is_in_kernel) find_shareable_qp() argument 2083 qm_create_qp_nolock(struct hisi_qm * qm,u8 alg_type,bool is_in_kernel) qm_create_qp_nolock() argument 2127 hisi_qm_create_qp(struct hisi_qm * qm,u8 alg_type) hisi_qm_create_qp() argument 2525 u8 alg_type = 0; hisi_qm_uacce_get_queue() local 3691 qm_get_and_start_qp(struct hisi_qm * qm,int qp_num,struct hisi_qp ** qps,u8 * alg_type) qm_get_and_start_qp() argument 3782 hisi_qm_alloc_qps_node(struct hisi_qm_list * qm_list,int qp_num,u8 * alg_type,int node,struct hisi_qp ** qps) hisi_qm_alloc_qps_node() argument [all...] |