Searched refs:aeq_num (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 5937 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() 5957 for (j = other_num; j < (other_num + aeq_num); j++) 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() 5974 0, hr_dev->irq_names[j + aeq_num], in __hns_roce_request_irq() 6033 int aeq_num; in hns_roce_v2_init_eq_table() local 6039 aeq_num = hr_dev->caps.num_aeq_vectors; in hns_roce_v2_init_eq_table() 6041 eq_num = comp_num + aeq_num; in hns_roce_v2_init_eq_table() 6059 eq->irq = hr_dev->irq[i + other_num + aeq_num]; in hns_roce_v2_init_eq_table() 6084 aeq_num, other_nu in hns_roce_v2_init_eq_table() 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 [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 6413 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() 6433 for (j = other_num; j < (other_num + aeq_num); j++) 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() 6450 0, hr_dev->irq_names[j + aeq_num], in __hns_roce_request_irq() 6506 int aeq_num; in hns_roce_v2_init_eq_table() local 6515 aeq_num = hr_dev->caps.num_aeq_vectors; in hns_roce_v2_init_eq_table() 6517 eq_num = comp_num + aeq_num; in hns_roce_v2_init_eq_table() 6535 eq->irq = hr_dev->irq[i + other_num + aeq_num]; in hns_roce_v2_init_eq_table() 6565 ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num, aeq_num, in hns_roce_v2_init_eq_table() 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 [all...] |
Completed in 15 milliseconds