num_other_vectors  831 drivers/infiniband/hw/hns/hns_roce_device.h 	int		num_other_vectors;
num_other_vectors 1537 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	caps->num_other_vectors	= HNS_ROCE_V1_ABNORMAL_VEC_NUM;
num_other_vectors 4316 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	irq_num = eq_num + hr_dev->caps.num_other_vectors;
num_other_vectors 4426 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	irq_num = eq_num + hr_dev->caps.num_other_vectors;
num_other_vectors 1660 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	caps->num_other_vectors	= HNS_ROCE_V2_ABNORMAL_VEC_NUM;
num_other_vectors 5899 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	irq_num = eq_num + hr_dev->caps.num_other_vectors;
num_other_vectors 5901 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	for (i = 0; i < hr_dev->caps.num_other_vectors; i++)
num_other_vectors 5925 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	other_num = hr_dev->caps.num_other_vectors;