Searched refs:cqe_p (Results 1 – 1 of 1) sorted by relevance
64 #define DAPL_GET_CQE_WRID(cqe_p) \ argument65 ((ib_work_completion_t *)(cqe_p))->wc_id66 #define DAPL_GET_CQE_OPTYPE(cqe_p) \ argument67 ((ib_work_completion_t *)(cqe_p))->wc_type68 #define DAPL_GET_CQE_BYTESNUM(cqe_p) \ argument69 ((ib_work_completion_t *)(cqe_p))->wc_bytes_xfer70 #define DAPL_GET_CQE_STATUS(cqe_p) \ argument71 ((ib_work_completion_t *)(cqe_p))->wc_status72 #define DAPL_GET_CQE_QPN(cqe_p) \ argument73 ((ib_work_completion_t *)(cqe_p))->wc_qpn[all …]