Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.c1209 qp->allowed_ops = IB_OPCODE_UD_SEND_ONLY & OPCODE_QP_MASK; in hfi1_create_qp()
1212 qp->allowed_ops = IB_OPCODE_RC_SEND_ONLY & OPCODE_QP_MASK; in hfi1_create_qp()
1215 qp->allowed_ops = IB_OPCODE_UC_SEND_ONLY & OPCODE_QP_MASK; in hfi1_create_qp()
Dverbs.h883 #define OPCODE_QP_MASK 0xE0 macro
Dverbs.c590 if (((opcode & OPCODE_QP_MASK) == packet->qp->allowed_ops) || in qp_ok()