other_num 5823 drivers/infiniband/hw/hns/hns_roce_hw_v2.c int comp_num, int aeq_num, int other_num) other_num 5839 drivers/infiniband/hw/hns/hns_roce_hw_v2.c for (j = 0; j < other_num; j++) other_num 5843 drivers/infiniband/hw/hns/hns_roce_hw_v2.c for (j = other_num; j < (other_num + aeq_num); j++) other_num 5846 drivers/infiniband/hw/hns/hns_roce_hw_v2.c j - other_num); other_num 5848 drivers/infiniband/hw/hns/hns_roce_hw_v2.c for (j = (other_num + aeq_num); j < irq_num; j++) other_num 5851 drivers/infiniband/hw/hns/hns_roce_hw_v2.c j - other_num - aeq_num); other_num 5854 drivers/infiniband/hw/hns/hns_roce_hw_v2.c if (j < other_num) other_num 5859 drivers/infiniband/hw/hns/hns_roce_hw_v2.c else if (j < (other_num + comp_num)) other_num 5860 drivers/infiniband/hw/hns/hns_roce_hw_v2.c ret = request_irq(eq_table->eq[j - other_num].irq, other_num 5863 drivers/infiniband/hw/hns/hns_roce_hw_v2.c &eq_table->eq[j - other_num]); other_num 5865 drivers/infiniband/hw/hns/hns_roce_hw_v2.c ret = request_irq(eq_table->eq[j - other_num].irq, other_num 5868 drivers/infiniband/hw/hns/hns_roce_hw_v2.c &eq_table->eq[j - other_num]); other_num 5879 drivers/infiniband/hw/hns/hns_roce_hw_v2.c if (j < other_num) other_num 5882 drivers/infiniband/hw/hns/hns_roce_hw_v2.c free_irq(eq_table->eq[j - other_num].irq, other_num 5883 drivers/infiniband/hw/hns/hns_roce_hw_v2.c &eq_table->eq[j - other_num]); other_num 5919 drivers/infiniband/hw/hns/hns_roce_hw_v2.c int other_num; other_num 5925 drivers/infiniband/hw/hns/hns_roce_hw_v2.c other_num = hr_dev->caps.num_other_vectors; other_num 5930 drivers/infiniband/hw/hns/hns_roce_hw_v2.c irq_num = eq_num + other_num; other_num 5947 drivers/infiniband/hw/hns/hns_roce_hw_v2.c eq->irq = hr_dev->irq[i + other_num + aeq_num]; other_num 5956 drivers/infiniband/hw/hns/hns_roce_hw_v2.c eq->irq = hr_dev->irq[i - comp_num + other_num]; other_num 5972 drivers/infiniband/hw/hns/hns_roce_hw_v2.c aeq_num, other_num);