Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6712 for (j = 0; j < other_num; j++) in __hns_roce_request_irq()
6716 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
6723 j - other_num - aeq_num); in __hns_roce_request_irq()
6726 if (j < other_num) { in __hns_roce_request_irq()
6736 &eq_table->eq[j - other_num]); in __hns_roce_request_irq()
6754 if (j < other_num) { in __hns_roce_request_irq()
6759 &eq_table->eq[j - other_num]); in __hns_roce_request_irq()
6760 if (j < other_num + comp_num) in __hns_roce_request_irq()
6798 int other_num; in hns_roce_v2_init_eq_table() local
6815 irq_num = eq_num + other_num; in hns_roce_v2_init_eq_table()
[all …]