Home
last modified time | relevance | path

Searched refs:uqueue (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c81 wc->uqueue[head].wr_id = entry->wr_id; in ipath_cq_enter()
82 wc->uqueue[head].status = entry->status; in ipath_cq_enter()
83 wc->uqueue[head].opcode = entry->opcode; in ipath_cq_enter()
84 wc->uqueue[head].vendor_err = entry->vendor_err; in ipath_cq_enter()
85 wc->uqueue[head].byte_len = entry->byte_len; in ipath_cq_enter()
86 wc->uqueue[head].ex.imm_data = (__u32 __force) entry->ex.imm_data; in ipath_cq_enter()
87 wc->uqueue[head].qp_num = entry->qp->qp_num; in ipath_cq_enter()
88 wc->uqueue[head].src_qp = entry->src_qp; in ipath_cq_enter()
89 wc->uqueue[head].wc_flags = entry->wc_flags; in ipath_cq_enter()
90 wc->uqueue[head].pkey_index = entry->pkey_index; in ipath_cq_enter()
[all …]
Dipath_verbs.h206 struct ib_uverbs_wc uqueue[0]; member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c84 wc->uqueue[head].wr_id = entry->wr_id; in qib_cq_enter()
85 wc->uqueue[head].status = entry->status; in qib_cq_enter()
86 wc->uqueue[head].opcode = entry->opcode; in qib_cq_enter()
87 wc->uqueue[head].vendor_err = entry->vendor_err; in qib_cq_enter()
88 wc->uqueue[head].byte_len = entry->byte_len; in qib_cq_enter()
89 wc->uqueue[head].ex.imm_data = in qib_cq_enter()
91 wc->uqueue[head].qp_num = entry->qp->qp_num; in qib_cq_enter()
92 wc->uqueue[head].src_qp = entry->src_qp; in qib_cq_enter()
93 wc->uqueue[head].wc_flags = entry->wc_flags; in qib_cq_enter()
94 wc->uqueue[head].pkey_index = entry->pkey_index; in qib_cq_enter()
[all …]
Dqib_verbs.h261 struct ib_uverbs_wc uqueue[0]; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c100 wc->uqueue[head].wr_id = entry->wr_id; in hfi1_cq_enter()
101 wc->uqueue[head].status = entry->status; in hfi1_cq_enter()
102 wc->uqueue[head].opcode = entry->opcode; in hfi1_cq_enter()
103 wc->uqueue[head].vendor_err = entry->vendor_err; in hfi1_cq_enter()
104 wc->uqueue[head].byte_len = entry->byte_len; in hfi1_cq_enter()
105 wc->uqueue[head].ex.imm_data = in hfi1_cq_enter()
107 wc->uqueue[head].qp_num = entry->qp->qp_num; in hfi1_cq_enter()
108 wc->uqueue[head].src_qp = entry->src_qp; in hfi1_cq_enter()
109 wc->uqueue[head].wc_flags = entry->wc_flags; in hfi1_cq_enter()
110 wc->uqueue[head].pkey_index = entry->pkey_index; in hfi1_cq_enter()
[all …]
Dverbs.h273 struct ib_uverbs_wc uqueue[0]; member