Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c6591 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() argument
6611 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
6615 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
6618 j - other_num - aeq_num); in __hns_roce_request_irq()
6630 0, hr_dev->irq_names[j + aeq_num], in __hns_roce_request_irq()
6695 int aeq_num; in hns_roce_v2_init_eq_table() local
6704 aeq_num = hr_dev->caps.num_aeq_vectors; in hns_roce_v2_init_eq_table()
6706 eq_num = comp_num + aeq_num; in hns_roce_v2_init_eq_table()
6724 eq->irq = hr_dev->irq[i + other_num + aeq_num]; in hns_roce_v2_init_eq_table()
6754 ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num, aeq_num, in hns_roce_v2_init_eq_table()