Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h312 #define IRDMA_GET_CQ_ELEM_AT_OFFSET(_cq, _i, _cqe) \ argument
316 (_cqe) = (_cq)->cq_base[offset].buf; \
/freebsd/sys/dev/oce/
H A Doce_hw.h2520 #define WQ_CQE_VALID(_cqe) (_cqe->u0.dw[3]) argument
2521 #define WQ_CQE_INVALIDATE(_cqe) (_cqe->u0.dw[3] = 0) argument
2700 #define RQ_CQE_VALID(_cqe) (_cqe->u0.dw[2]) argument
2701 #define RQ_CQE_INVALIDATE(_cqe) (_cqe->u0.dw[2] = 0) argument
/freebsd/sys/dev/irdma/
H A Dirdma_defs.h1396 #define IRDMA_GET_CQ_ELEM_AT_OFFSET(_cq, _i, _cqe) \ argument
1400 (_cqe) = (_cq)->cq_base[offset].buf; \
/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h182 #define OSAL_VF_CQE_COMPLETION(_dev_p, _cqe, _protocol) (0) argument