Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_loc.h214 static inline unsigned int wr_opcode_mask(int opcode, struct rxe_qp *qp) in wr_opcode_mask() function
Drxe_req.c57 mask = wr_opcode_mask(wqe->wr.opcode, qp); in req_retry()
163 wqe->mask = wr_opcode_mask(wqe->wr.opcode, qp); in req_next_wqe()
Drxe_verbs.c653 mask = wr_opcode_mask(wr->opcode, qp); in rxe_post_send_kernel()