uqueue             69 drivers/infiniband/sw/rdmavt/cq.c 	struct ib_uverbs_wc *uqueue = NULL;
uqueue             82 drivers/infiniband/sw/rdmavt/cq.c 		uqueue = &u_wc->uqueue[0];
uqueue            121 drivers/infiniband/sw/rdmavt/cq.c 	if (uqueue) {
uqueue            122 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].wr_id = entry->wr_id;
uqueue            123 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].status = entry->status;
uqueue            124 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].opcode = entry->opcode;
uqueue            125 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].vendor_err = entry->vendor_err;
uqueue            126 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].byte_len = entry->byte_len;
uqueue            127 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].ex.imm_data = entry->ex.imm_data;
uqueue            128 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].qp_num = entry->qp->qp_num;
uqueue            129 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].src_qp = entry->src_qp;
uqueue            130 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].wc_flags = entry->wc_flags;
uqueue            131 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].pkey_index = entry->pkey_index;
uqueue            132 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].slid = ib_lid_cpu16(entry->slid);
uqueue            133 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].sl = entry->sl;
uqueue            134 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].dlid_path_bits = entry->dlid_path_bits;
uqueue            135 drivers/infiniband/sw/rdmavt/cq.c 		uqueue[head].port_num = entry->port_num;
uqueue            448 drivers/infiniband/sw/rdmavt/cq.c 			u_wc->uqueue[n] = old_u_wc->uqueue[tail];
uqueue             35 include/uapi/rdma/rvt-abi.h 	struct ib_uverbs_wc uqueue[];