Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c92 uint32_t *wqe_start; in hermon_post_send_ud() local
378 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()
381 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_ud()
406 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()
409 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_ud()
446 uint32_t *wqe_start; in hermon_post_send_rc() local
724 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_rc()
754 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_rc()
2090 wqe_start) | 0x7FFFFFFF; in hermon_wqe_headroom()
2096 wqe_start += 16; /* move 64 bytes */ in hermon_wqe_headroom()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c1043 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize, invalue; in dapli_hermon_wqe_headroom() local
1052 wqe_start = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, start); in dapli_hermon_wqe_headroom()
1055 wqe_start += sectperwqe * 16; in dapli_hermon_wqe_headroom()
1056 if (wqe_start == wqe_top) in dapli_hermon_wqe_headroom()
1057 wqe_start = wqe_base; in dapli_hermon_wqe_headroom()
1059 invalue = HTOBE_32(*wqe_start); in dapli_hermon_wqe_headroom()
1061 *wqe_start = HTOBE_32(invalue); in dapli_hermon_wqe_headroom()
1062 wqe_start += 16; in dapli_hermon_wqe_headroom()
1064 *wqe_start = 0xFFFFFFFF; in dapli_hermon_wqe_headroom()
1065 wqe_start += 16; in dapli_hermon_wqe_headroom()