Searched refs:hisi_qm_set_vft (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/crypto/hisilicon/ |
D | qm.c | 2945 static int hisi_qm_set_vft(struct hisi_qm *qm, u32 fun_num, u32 base, in hisi_qm_set_vft() function 3030 ret = hisi_qm_set_vft(qm, 0, qm->qp_base, qm->qp_num); in __hisi_qm_start() 3199 ret = hisi_qm_set_vft(qm, 0, 0, 0); in hisi_qm_stop() 3440 ret = hisi_qm_set_vft(qm, i, q_base, act_q_num); in qm_vf_q_assign() 3443 hisi_qm_set_vft(qm, j, 0, 0); in qm_vf_q_assign() 3458 ret = hisi_qm_set_vft(qm, i, 0, 0); in qm_clear_vft_config()
|