Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf.h64 #define DAPL_GET_CQE_WRID(cqe_p) \ argument
65 ((ib_work_completion_t *)(cqe_p))->wc_id
66 #define DAPL_GET_CQE_OPTYPE(cqe_p) \ argument
67 ((ib_work_completion_t *)(cqe_p))->wc_type
68 #define DAPL_GET_CQE_BYTESNUM(cqe_p) \ argument
69 ((ib_work_completion_t *)(cqe_p))->wc_bytes_xfer
70 #define DAPL_GET_CQE_STATUS(cqe_p) \ argument
71 ((ib_work_completion_t *)(cqe_p))->wc_status
72 #define DAPL_GET_CQE_QPN(cqe_p) \ argument
73 ((ib_work_completion_t *)(cqe_p))->wc_qpn
[all …]