Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Dib_pack.h53 IB_OPCODE_RC = 0x00, enumerator
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_recv.c26 if (unlikely(pkt_type != IB_OPCODE_RC)) in check_type_state()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c248 [IB_OPCODE_RC >> 5] =
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c966 return type == IB_QPT_RC ? IB_OPCODE_RC : type == IB_QPT_UC ? in get_allowed_ops()