Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c791 if (TAVOR_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_arbel_cq_cqe_consume()
879 TAVOR_COMPLETION_RECV, 1, &wre); in dapli_arbel_cq_errcqe_consume()
1459 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_arbel_cq_srq_entries_flush()
H A Ddapl_tavor_hw.c1026 if (TAVOR_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_tavor_cq_cqe_consume()
1116 TAVOR_COMPLETION_RECV, 1, &wre); in dapli_tavor_cq_errcqe_consume()
1793 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_tavor_cq_srq_entries_flush()
H A Ddapl_tavor_hw.h149 #define TAVOR_COMPLETION_RECV 0x0 macro
H A Ddapl_hermon_hw.c795 if (HERMON_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_hermon_cq_cqe_consume()
1508 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_hermon_cq_srq_entries_flush()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1230 if (TAVOR_CQE_SENDRECV_GET(cq, cqe) != TAVOR_COMPLETION_RECV) { in tavor_cq_cqe_consume()
1343 if (TAVOR_CQE_SENDRECV_GET(cq, cqe) == TAVOR_COMPLETION_RECV) { in tavor_cq_cqe_consume()
1690 cqe_type == TAVOR_COMPLETION_RECV) { in tavor_cq_srq_entries_flush()
H A Dtavor_wr.c2619 TAVOR_COMPLETION_SEND : TAVOR_COMPLETION_RECV; in tavor_wrid_get_entry()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1413 #define TAVOR_COMPLETION_RECV 0x0 macro