Searched defs:ofed_wc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c59 * ofed_wc - Pointer to hold converted OFED work completion.
68 struct ib_uverbs_wc *ofed_wc)
72 ASSERT(ofed_wc != NULL);
74 ofed_wc->wr_id = ibt_wc->wc_id;
79 ofed_wc->status = IB_WC_SUCCESS;
82 ofed_wc->status = IB_WC_LOC_LEN_ERR;
85 ofed_wc->status = IB_WC_LOC_QP_OP_ERR;
88 ofed_wc->status = IB_WC_LOC_PROT_ERR;
91 ofed_wc->status = IB_WC_WR_FLUSH_ERR;
94 ofed_wc
67 uverbs_convert_wc(uverbs_uctxt_uobj_t *uctxt, ibt_wc_t *ibt_wc, struct ib_uverbs_wc *ofed_wc) argument
668 struct ib_uverbs_wc ofed_wc; local
[all...]

Completed in 43 milliseconds