Searched refs:hisi_qm_set_vft (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/crypto/hisilicon/ |
D | qm.c | 3003 static int hisi_qm_set_vft(struct hisi_qm *qm, u32 fun_num, u32 base, in hisi_qm_set_vft() function 3124 ret = hisi_qm_set_vft(qm, 0, qm->qp_base, qm->qp_num); in __hisi_qm_start() 3292 ret = hisi_qm_set_vft(qm, 0, 0, 0); in hisi_qm_stop() 3533 ret = hisi_qm_set_vft(qm, i, q_base, act_q_num); in qm_vf_q_assign() 3536 hisi_qm_set_vft(qm, j, 0, 0); in qm_vf_q_assign() 3551 ret = hisi_qm_set_vft(qm, i, 0, 0); in qm_clear_vft_config()
|