Home
last modified time | relevance | path

Searched refs:QP_STOP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.h108 QP_STOP, enumerator
Dqm.c556 (qm_curr == QM_START && qp_curr == QP_STOP)) in qm_qp_avail_state()
559 case QP_STOP: in qm_qp_avail_state()
566 (qm_curr == QM_START && qp_curr == QP_STOP) || in qm_qp_avail_state()
567 (qm_curr == QM_STOP && qp_curr == QP_STOP) || in qm_qp_avail_state()
786 if (unlikely(atomic_read(&qp->qp_status.flags) == QP_STOP)) in qm_poll_qp()
2804 if (atomic_read(&qp->qp_status.flags) == QP_STOP) { in qm_stop_qp_nolock()
2809 if (!qm_qp_avail_state(qp->qm, qp, QP_STOP)) in qm_stop_qp_nolock()
2812 atomic_set(&qp->qp_status.flags, QP_STOP); in qm_stop_qp_nolock()
2871 if (unlikely(atomic_read(&qp->qp_status.flags) == QP_STOP || in hisi_qp_send()
3600 if (atomic_read(&qp->qp_status.flags) == QP_STOP && in qm_restart()