Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c117 fwcmd->params.req.eq_ctx.count = OCE_LOG2(q_len/256); in oce_eq_create()
237 fwcmd->params.req.cq_ctx.count = OCE_LOG2(q_len/256); in oce_cq_create()
376 OCE_LOG2(q_len) + 1; in oce_mq_create()
613 fwcmd->params.req.wq_size = OCE_LOG2(wq->cfg.q_len) + 1; in oce_wq_create()
703 if (!OCE_LOG2(frag_size)) in oce_rq_init()
847 fwcmd->params.req.frag_size = OCE_LOG2(rq->cfg.frag_size); in oce_rq_create()
H A Doce_mbx.c1216 fwcmd->params.req.cpu_tbl_sz_log2 = LE_16(OCE_LOG2(tbl_sz)); in oce_config_rss()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h69 #define OCE_LOG2(x) (highbit((x)) - 1) macro