Searched refs:wqe_top (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_hermon_hw.c | 1043 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()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 2083 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; in tavor_wqe_sync() local 2120 wqe_top = TAVOR_QP_SQ_ENTRY(qp, qsize); in tavor_wqe_sync() 2127 wqe_top = TAVOR_QP_RQ_ENTRY(qp, qsize); in tavor_wqe_sync() 2134 wqe_top = TAVOR_SRQ_WQ_ENTRY(srq, qsize); in tavor_wqe_sync() 2178 length = (size_t)((uintptr_t)wqe_top - (uintptr_t)wqe_from); in tavor_wqe_sync()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 2072 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()
|