SIW_OP_READ        17 drivers/infiniband/sw/siw/siw_cq.c 	[SIW_OP_READ] = IB_WC_RDMA_READ,
SIW_OP_READ       269 drivers/infiniband/sw/siw/siw_mem.c 	case SIW_OP_READ:
SIW_OP_READ       293 drivers/infiniband/sw/siw/siw_qp.c 		wqe->sqe.opcode = SIW_OP_READ;
SIW_OP_READ       965 drivers/infiniband/sw/siw/siw_qp.c 			if (unlikely(wqe->sqe.opcode == SIW_OP_READ ||
SIW_OP_READ       980 drivers/infiniband/sw/siw/siw_qp.c 		} else if (wqe->sqe.opcode == SIW_OP_READ ||
SIW_OP_READ      1205 drivers/infiniband/sw/siw/siw_qp.c 		    ((tx_type(wqe) != SIW_OP_READ &&
SIW_OP_READ      1267 drivers/infiniband/sw/siw/siw_qp.c 		} else if (rx_type(wqe) != SIW_OP_READ &&
SIW_OP_READ      1160 drivers/infiniband/sw/siw/siw_qp_rx.c 		if (tx_waiting->sqe.opcode == SIW_OP_READ ||
SIW_OP_READ      1290 drivers/infiniband/sw/siw/siw_qp_rx.c 		siw_wqe_put_mem(wqe, SIW_OP_READ);
SIW_OP_READ       126 drivers/infiniband/sw/siw/siw_qp_tx.c 	case SIW_OP_READ:
SIW_OP_READ       799 drivers/infiniband/sw/siw/siw_qp_tx.c 			if (tx_type(wqe) != SIW_OP_READ &&
SIW_OP_READ       870 drivers/infiniband/sw/siw/siw_qp_tx.c 		if (!rv && tx_type != SIW_OP_READ &&
SIW_OP_READ      1054 drivers/infiniband/sw/siw/siw_qp_tx.c 		case SIW_OP_READ:
SIW_OP_READ      1110 drivers/infiniband/sw/siw/siw_qp_tx.c 		if (tx_type == SIW_OP_READ ||
SIW_OP_READ      1128 drivers/infiniband/sw/siw/siw_qp_tx.c 		case SIW_OP_READ:
SIW_OP_READ       870 drivers/infiniband/sw/siw/siw_verbs.c 				sqe->opcode = SIW_OP_READ;