Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5937 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq()
5953 for (j = 0; j < other_num; j++) in __hns_roce_request_irq()
5957 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
5959 "hns-aeq-%d", j - other_num); in __hns_roce_request_irq()
5961 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
5963 "hns-ceq-%d", j - other_num - aeq_num); in __hns_roce_request_irq()
5966 if (j < other_num) in __hns_roce_request_irq()
5971 else if (j < (other_num + comp_num)) in __hns_roce_request_irq()
5972 ret = request_irq(eq_table->eq[j - other_num] in __hns_roce_request_irq()
5936 __hns_roce_request_irq(struct hns_roce_dev *hr_dev, int irq_num, int comp_num, int aeq_num, int other_num) __hns_roce_request_irq() argument
6031 int other_num; hns_roce_v2_init_eq_table() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6413 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq()
6429 for (j = 0; j < other_num; j++) in __hns_roce_request_irq()
6433 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
6435 "hns-aeq-%d", j - other_num); in __hns_roce_request_irq()
6437 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
6439 "hns-ceq-%d", j - other_num - aeq_num); in __hns_roce_request_irq()
6442 if (j < other_num) in __hns_roce_request_irq()
6447 else if (j < (other_num + comp_num)) in __hns_roce_request_irq()
6448 ret = request_irq(eq_table->eq[j - other_num] in __hns_roce_request_irq()
6412 __hns_roce_request_irq(struct hns_roce_dev *hr_dev, int irq_num, int comp_num, int aeq_num, int other_num) __hns_roce_request_irq() argument
6504 int other_num; hns_roce_v2_init_eq_table() local
[all...]

Completed in 16 milliseconds