Home
last modified time | relevance | path

Searched refs:hns_roce_op_code (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c70 static const u32 hns_roce_op_code[] = { variable
87 if (ib_opcode >= ARRAY_SIZE(hns_roce_op_code)) in to_hr_opcode()
90 return hns_roce_op_code[ib_opcode] ? hns_roce_op_code[ib_opcode] - 1 : in to_hr_opcode()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c112 static const u32 hns_roce_op_code[] = { variable
128 if (ib_opcode >= ARRAY_SIZE(hns_roce_op_code)) in to_hr_opcode()
131 return hns_roce_op_code[ib_opcode] ? hns_roce_op_code[ib_opcode] - 1 : in to_hr_opcode()

Completed in 17 milliseconds