// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * Copyright (c) 2016 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2015 System Fabric Works, Inc. All rights reserved. */ #include <rdma/ib_pack.h> #include "rxe_opcode.h" #include "rxe_hdr.h" /* useful information about work request opcodes and pkt opcodes in * table form */ struct rxe_wr_opcode_info rxe_wr_opcode_info[] = …; struct rxe_opcode_info rxe_opcode[RXE_NUM_OPCODE] = …;