Lines Matching refs:opcode
129 wc->opcode = IB_WC_RDMA_WRITE; in handle_good_req()
135 wc->opcode = IB_WC_SEND; in handle_good_req()
138 wc->opcode = IB_WC_RDMA_READ; in handle_good_req()
142 wc->opcode = IB_WC_COMP_SWAP; in handle_good_req()
146 wc->opcode = IB_WC_FETCH_ADD; in handle_good_req()
150 wc->opcode = IB_WC_MASKED_COMP_SWAP; in handle_good_req()
154 wc->opcode = IB_WC_MASKED_FETCH_ADD; in handle_good_req()
158 wc->opcode = IB_WC_BIND_MW; in handle_good_req()
161 wc->opcode = get_umr_comp(wq, idx); in handle_good_req()
206 wc->opcode = IB_WC_RECV_RDMA_WITH_IMM; in handle_responder()
211 wc->opcode = IB_WC_RECV; in handle_responder()
215 wc->opcode = IB_WC_RECV; in handle_responder()
220 wc->opcode = IB_WC_RECV; in handle_responder()
422 uint8_t opcode; in mlx5_poll_one() local
442 opcode = cqe64->op_own >> 4; in mlx5_poll_one()
443 if (unlikely(opcode == MLX5_CQE_RESIZE_CQ)) { in mlx5_poll_one()
472 switch (opcode) { in mlx5_poll_one()
497 opcode == MLX5_CQE_REQ_ERR ? in mlx5_poll_one()
501 if (opcode == MLX5_CQE_REQ_ERR) { in mlx5_poll_one()