Lines Matching defs:priority
197 #define QM_MK_SQC_W13(priority, orders, alg_type) \
198 (((priority) << QM_SQ_PRIORITY_SHIFT) | \
314 __le16 priority;
326 u8 cmd, u16 index, u8 priority);
542 static void qm_db_v1(struct hisi_qm *qm, u16 qn, u8 cmd, u16 index, u8 priority)
548 ((u64)priority << QM_DB_PRIORITY_SHIFT_V1);
553 static void qm_db_v2(struct hisi_qm *qm, u16 qn, u8 cmd, u16 index, u8 priority)
567 ((u64)priority << QM_DB_PRIORITY_SHIFT_V2);
572 static void qm_db(struct hisi_qm *qm, u16 qn, u8 cmd, u16 index, u8 priority)
577 qm->ops->qm_db(qm, qn, cmd, index, priority);