Lines Matching refs:opcode
128 wc->opcode = IB_WC_RDMA_WRITE; in handle_good_req()
134 wc->opcode = IB_WC_SEND; in handle_good_req()
137 wc->opcode = IB_WC_RDMA_READ; in handle_good_req()
141 wc->opcode = IB_WC_COMP_SWAP; in handle_good_req()
145 wc->opcode = IB_WC_FETCH_ADD; in handle_good_req()
149 wc->opcode = IB_WC_MASKED_COMP_SWAP; in handle_good_req()
153 wc->opcode = IB_WC_MASKED_FETCH_ADD; in handle_good_req()
157 wc->opcode = IB_WC_BIND_MW; in handle_good_req()
160 wc->opcode = get_umr_comp(wq, idx); in handle_good_req()
205 wc->opcode = IB_WC_RECV_RDMA_WITH_IMM; in handle_responder()
210 wc->opcode = IB_WC_RECV; in handle_responder()
214 wc->opcode = IB_WC_RECV; in handle_responder()
219 wc->opcode = IB_WC_RECV; in handle_responder()
414 uint8_t opcode; in mlx5_poll_one() local
434 opcode = cqe64->op_own >> 4; in mlx5_poll_one()
435 if (unlikely(opcode == MLX5_CQE_RESIZE_CQ)) { in mlx5_poll_one()
464 switch (opcode) { in mlx5_poll_one()
489 opcode == MLX5_CQE_REQ_ERR ? in mlx5_poll_one()
493 if (opcode == MLX5_CQE_REQ_ERR) { in mlx5_poll_one()