Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6696 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() argument
6716 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
6720 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
6723 j - other_num - aeq_num); in __hns_roce_request_irq()
6735 0, hr_dev->irq_names[j + aeq_num], in __hns_roce_request_irq()
6800 int aeq_num; in hns_roce_v2_init_eq_table() local
6812 aeq_num = hr_dev->caps.num_aeq_vectors; in hns_roce_v2_init_eq_table()
6814 eq_num = comp_num + aeq_num; in hns_roce_v2_init_eq_table()
6832 eq->irq = hr_dev->irq[i + other_num + aeq_num]; in hns_roce_v2_init_eq_table()
6862 ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num, aeq_num, in hns_roce_v2_init_eq_table()