Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c330 count = pm8001_ha->max_q_num; in pm8001_alloc()
995 pm8001_ha->max_q_num = allocated_irq_vectors; in pm8001_setup_msix()
/linux/drivers/crypto/hisilicon/
H A Dqm.c3169 u32 max_q_num = qm->ctrl_qp_num; in hisi_qm_set_vft() local
3171 if (base >= max_q_num || number > max_q_num || in hisi_qm_set_vft()
3172 (base + number) > max_q_num) in hisi_qm_set_vft()