Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c5979 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() argument
5995 for (j = 0; j < other_num; j++) in __hns_roce_request_irq()
5999 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
6001 "hns-aeq-%d", j - other_num); in __hns_roce_request_irq()
6003 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
6005 "hns-ceq-%d", j - other_num - aeq_num); in __hns_roce_request_irq()
6008 if (j < other_num) in __hns_roce_request_irq()
6013 else if (j < (other_num + comp_num)) in __hns_roce_request_irq()
6014 ret = request_irq(eq_table->eq[j - other_num].irq, in __hns_roce_request_irq()
6017 &eq_table->eq[j - other_num]); in __hns_roce_request_irq()
[all …]