Searched refs:max_q_num (Results 1 – 2 of 2) sorted by relevance
330 count = pm8001_ha->max_q_num; in pm8001_alloc()995 pm8001_ha->max_q_num = allocated_irq_vectors; in pm8001_setup_msix()
3169 u32 max_q_num = qm->ctrl_qp_num; in hisi_qm_set_vft() local3171 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()