Home
last modified time | relevance | path

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

/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
1047 wqesizebytes = qp->qp_sq_wqesz; in dapli_hermon_wqe_headroom()
1048 sectperwqe = wqesizebytes >> 6; in dapli_hermon_wqe_headroom()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2073 int hdrmwqes, wqesizebytes, sectperwqe; in hermon_wqe_headroom() local
2078 wqesizebytes = 1 << qp->qp_sq_log_wqesz; in hermon_wqe_headroom()
2079 sectperwqe = wqesizebytes >> 6; /* 64 bytes/section */ in hermon_wqe_headroom()