Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c355 signaled_dbd = ((qp->qp_sq_sigtype == HERMON_QP_SQ_ALL_SIGNALED) || in hermon_post_send_ud()
698 signaled_dbd = ((qp->qp_sq_sigtype == HERMON_QP_SQ_ALL_SIGNALED) || in hermon_post_send_rc()
995 if ((qp->qp_sq_sigtype == HERMON_QP_SQ_ALL_SIGNALED) || in hermon_post_send()
H A Dhermon_qp.c610 HERMON_QP_SQ_WR_SIGNALED : HERMON_QP_SQ_ALL_SIGNALED; in hermon_qp_alloc()
1122 HERMON_QP_SQ_WR_SIGNALED : HERMON_QP_SQ_ALL_SIGNALED; in hermon_special_qp_alloc()
1711 HERMON_QP_SQ_WR_SIGNALED : HERMON_QP_SQ_ALL_SIGNALED; in hermon_qp_alloc_range()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3719 #define HERMON_QP_SQ_ALL_SIGNALED 0x1 macro