Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_opcode.c88 [IB_QPT_RC] = WR_LOCAL_OP_MASK,
94 [IB_QPT_RC] = WR_LOCAL_OP_MASK,
100 [IB_QPT_RC] = WR_LOCAL_OP_MASK,
101 [IB_QPT_UC] = WR_LOCAL_OP_MASK,
Drxe_opcode.h22 WR_LOCAL_OP_MASK = BIT(5), enumerator
Drxe_req.c705 if (wqe->mask & WR_LOCAL_OP_MASK) { in rxe_requester()
Drxe_verbs.c832 if (unlikely(mask & WR_LOCAL_OP_MASK)) { in init_send_wqe()