Home
last modified time | relevance | path

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

/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
1051 wqe_top = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, qsize); in dapli_hermon_wqe_headroom()
1056 if (wqe_start == wqe_top) in dapli_hermon_wqe_headroom()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1968 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; in tavor_wqe_sync() local
2002 wqe_top = TAVOR_QP_SQ_ENTRY(qp, qsize); in tavor_wqe_sync()
2009 wqe_top = TAVOR_QP_RQ_ENTRY(qp, qsize); in tavor_wqe_sync()
2016 wqe_top = TAVOR_SRQ_WQ_ENTRY(srq, qsize); in tavor_wqe_sync()
2055 length = (size_t)((uintptr_t)wqe_top - (uintptr_t)wqe_from); in tavor_wqe_sync()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2072 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize; in hermon_wqe_headroom() local
2082 wqe_top = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, qsize); in hermon_wqe_headroom()
2098 if (wqe_start == wqe_top) /* hit the end of the queue */ in hermon_wqe_headroom()