Home
last modified time | relevance | path

Searched refs:fun_num (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/crypto/hisilicon/
Dqm.c1226 u32 fun_num, u32 base, u32 number) in qm_set_vft_common() argument
1233 factor = &qm->factor[fun_num]; in qm_set_vft_common()
1244 fun_num |= base << QM_SHAPER_VFT_OFFSET; in qm_set_vft_common()
1246 writel(fun_num, qm->io_base + QM_VFT_CFG); in qm_set_vft_common()
1258 static int qm_shaper_init_vft(struct hisi_qm *qm, u32 fun_num) in qm_shaper_init_vft() argument
1260 u32 qos = qm->factor[fun_num].func_qos; in qm_shaper_init_vft()
1263 ret = qm_get_shaper_para(qos * QM_QOS_RATE, &qm->factor[fun_num]); in qm_shaper_init_vft()
1271 ret = qm_set_vft_common(qm, SHAPER_VFT, fun_num, i, 1); in qm_shaper_init_vft()
1280 static int qm_set_sqc_cqc_vft(struct hisi_qm *qm, u32 fun_num, u32 base, in qm_set_sqc_cqc_vft() argument
1286 ret = qm_set_vft_common(qm, i, fun_num, base, number); in qm_set_sqc_cqc_vft()
[all …]
Ddebugfs.c645 static int qm_get_vf_qp_num(struct hisi_qm *qm, u32 fun_num) in qm_get_vf_qp_num() argument
656 return fun_num == num_vfs ? vfq_num + remain_q_num : vfq_num; in qm_get_vf_qp_num()
662 return fun_num + remain_q_num > num_vfs ? vfq_num + 1 : vfq_num; in qm_get_vf_qp_num()
/Linux-v6.6/drivers/net/wireless/rsi/
Drsi_91x_sdio.c407 u8 fun_num = 0; in rsi_sdio_read_register() local
413 if (fun_num == 0) in rsi_sdio_read_register()