Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c86 uint32_t hdrmwqes; in hermon_post_send_ud() local
130 if (((tail + hdrmwqes) & qsize_msk) == head) { in hermon_post_send_ud()
379 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_ud()
407 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_ud()
434 uint32_t hdrmwqes; in hermon_post_send_rc() local
722 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_rc()
752 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_rc()
789 uint32_t hdrmwqes; in hermon_post_send() local
2073 int hdrmwqes, wqesizebytes, sectperwqe; in hermon_wqe_headroom() local
2080 hdrmwqes = qp->qp_sq_hdrmwqes; in hermon_wqe_headroom()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c1044 int hdrmwqes, wqesizebytes, sectperwqe, i, j; in dapli_hermon_wqe_headroom() local
1049 hdrmwqes = qp->qp_sq_headroom; in dapli_hermon_wqe_headroom()
1054 for (i = 0; i < hdrmwqes - 1; i++) { in dapli_hermon_wqe_headroom()