Searched refs:OCE_LOG2 (Results 1 – 3 of 3) sorted by relevance
117 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()
1213 fwcmd->params.req.cpu_tbl_sz_log2 = LE_16(OCE_LOG2(tbl_sz)); in oce_config_rss()
69 #define OCE_LOG2(x) (highbit((x)) - 1) macro