Searched refs:wqe_base (Results 1 – 3 of 3) sorted by relevance
/titanic_41/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 2119 wqe_base = TAVOR_QP_SQ_ENTRY(qp, 0); in tavor_wqe_sync() 2126 wqe_base = TAVOR_QP_RQ_ENTRY(qp, 0); in tavor_wqe_sync() 2133 wqe_base = TAVOR_SRQ_WQ_ENTRY(srq, 0); in tavor_wqe_sync() 2153 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync() 2165 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_base); in tavor_wqe_sync() 2177 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync()
|
/titanic_41/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 1050 wqe_base = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, 0); in dapli_hermon_wqe_headroom() 1057 wqe_start = wqe_base; in dapli_hermon_wqe_headroom()
|
/titanic_41/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 2081 wqe_base = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, 0); in hermon_wqe_headroom() 2099 wqe_start = wqe_base; /* wrap to start */ in hermon_wqe_headroom()
|