Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c118 static const u32 hns_roce_op_code[] = {
134 if (ib_opcode >= ARRAY_SIZE(hns_roce_op_code)) in to_hr_opcode()
137 return hns_roce_op_code[ib_opcode] ? hns_roce_op_code[ib_opcode] - 1 : in to_hr_opcode()
117 static const u32 hns_roce_op_code[] = { global() variable