Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_opcode.h27 WR_WRITE_OR_SEND_MASK = WR_WRITE_MASK | WR_SEND_MASK, enumerator
H A Drxe_req.c82 if (mask & WR_WRITE_OR_SEND_MASK) { in req_retry()