Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c782 TAVOR_CQE_SENDRECV_GET(cqe), 0, NULL); in dapli_arbel_cq_cqe_consume()
791 if (TAVOR_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_arbel_cq_cqe_consume()
1448 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe); in dapli_arbel_cq_srq_entries_flush()
H A Ddapl_tavor_hw.c1017 TAVOR_CQE_SENDRECV_GET(cqe), 0, NULL); in dapli_tavor_cq_cqe_consume()
1026 if (TAVOR_CQE_SENDRECV_GET(cqe) != TAVOR_COMPLETION_RECV) { in dapli_tavor_cq_cqe_consume()
1782 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe); in dapli_tavor_cq_srq_entries_flush()
H A Ddapl_tavor_hw.h208 #define TAVOR_CQE_SENDRECV_GET(cqe) \ macro
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1334 if (TAVOR_CQE_SENDRECV_GET(cq, cqe) != TAVOR_COMPLETION_RECV) { in tavor_cq_cqe_consume()
1453 if (TAVOR_CQE_SENDRECV_GET(cq, cqe) == TAVOR_COMPLETION_RECV) { in tavor_cq_cqe_consume()
1813 cqe_type = TAVOR_CQE_SENDRECV_GET(cq, cqe); in tavor_cq_srq_entries_flush()
H A Dtavor_wr.c2804 send_or_recv = TAVOR_CQE_SENDRECV_GET(cq, cqe); in tavor_wrid_get_entry()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1481 #define TAVOR_CQE_SENDRECV_GET(cq, cqe) \ macro