Home
last modified time | relevance | path

Searched refs:HERMON_QP_SQ_ENTRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c134 desc = HERMON_QP_SQ_ENTRY(qp, tail); in hermon_post_send_ud()
378 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()
406 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()
491 desc = HERMON_QP_SQ_ENTRY(qp, tail); in hermon_post_send_rc()
721 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_rc()
751 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_rc()
885 prev = HERMON_QP_SQ_ENTRY(qp, tail); in hermon_post_send()
926 desc = HERMON_QP_SQ_ENTRY(qp, tail); in hermon_post_send()
2081 wqe_base = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, 0); in hermon_wqe_headroom()
2082 wqe_top = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, qsize); in hermon_wqe_headroom()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h71 #define HERMON_QP_SQ_ENTRY(qp, tail) \ macro