Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c43 #define HERMON_CQE_SENDRECV_GET(cqe) (((uint8_t *)cqe)[31] & 0x40) macro
786 HERMON_CQE_SENDRECV_GET(cqe) >> 6, 0, NULL); in dapli_hermon_cq_cqe_consume()
795 if (HERMON_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_hermon_cq_cqe_consume()
876 if (HERMON_CQE_SENDRECV_GET(cqe) == 0) { in dapli_hermon_cq_errcqe_consume()
1497 cqe_type = HERMON_CQE_SENDRECV_GET(cqe); in dapli_hermon_cq_srq_entries_flush()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1324 if (HERMON_CQE_SENDRECV_GET(cq, cqe) != HERMON_COMPLETION_RECV) { in hermon_cq_cqe_consume()
1717 if (srq && (HERMON_CQE_SENDRECV_GET(cq, cqe) == in hermon_cq_entries_flush()
H A Dhermon_wr.c2370 send_or_recv = HERMON_CQE_SENDRECV_GET(cq, cqe); in hermon_wrid_get_entry()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h2703 #define HERMON_CQE_SENDRECV_GET(cq, cqe) \ macro