Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6989 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() argument
7005 for (j = 0; j < other_num; j++) in __hns_roce_request_irq()
7009 for (j = other_num; j < (other_num + aeq_num); j++) in __hns_roce_request_irq()
7011 "hns-%s-aeq-%d", pci_name(hr_dev->pci_dev), j - other_num); in __hns_roce_request_irq()
7013 for (j = (other_num + aeq_num); j < irq_num; j++) in __hns_roce_request_irq()
7016 j - other_num - aeq_num); in __hns_roce_request_irq()
7019 if (j < other_num) { in __hns_roce_request_irq()
7023 } else if (j < (other_num + comp_num)) { in __hns_roce_request_irq()
7024 INIT_WORK(&eq_table->eq[j - other_num].work, in __hns_roce_request_irq()
7026 ret = request_irq(eq_table->eq[j - other_num].irq, in __hns_roce_request_irq()
[all …]