Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h174 #define TAVOR_QP_WQ_ALIGN(qp_size) \ argument
175 (1 << ((((qp_size) & ((qp_size) - 1)) == 0) ? \
176 highbit((qp_size)) - 1 : highbit((qp_size))))