Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c42 #define HERMON_CQE_OPCODE_GET(cqe) (((uint8_t *)cqe)[31] & 0x1F) macro
550 opcode = HERMON_CQE_OPCODE_GET(cqe); in dapli_hermon_cq_peek()
642 if (HERMON_CQE_OPCODE_GET(cqe) == HERMON_CQE_RESIZE_OPCODE) { in dapli_hermon_cq_poll()
732 if (HERMON_CQE_OPCODE_GET(cqe) == HERMON_CQE_RESIZE_OPCODE) { in dapli_hermon_cq_poll_one()
773 opcode = HERMON_CQE_OPCODE_GET(cqe); in dapli_hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c915 opcode = HERMON_CQE_OPCODE_GET(cq, cqe); in hermon_cq_poll()
1304 opcode = HERMON_CQE_OPCODE_GET(cq, cqe); in hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h2700 #define HERMON_CQE_OPCODE_GET(cq, cqe) \ macro