Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c88 uint32_t sq_wqe_size, rq_wqe_size, wqesz_shift; in hermon_qp_alloc() local
673 wqesz_shift = qp->qp_sq_log_wqesz; in hermon_qp_alloc()
674 thewqesz = 1 << wqesz_shift; in hermon_qp_alloc()
789 uint32_t sq_wqe_size, rq_wqe_size, wqesz_shift; in hermon_special_qp_alloc() local
1159 wqesz_shift = qp->qp_sq_log_wqesz; in hermon_special_qp_alloc()
1160 thewqesz = 1 << wqesz_shift; in hermon_special_qp_alloc()
1248 uint32_t sq_wqe_size, rq_wqe_size, wqesz_shift; in hermon_qp_alloc_range() local
1762 wqesz_shift = qp->qp_sq_log_wqesz; in hermon_qp_alloc_range()
1763 thewqesz = 1 << wqesz_shift; in hermon_qp_alloc_range()