Searched refs:cq_cfg (Results 1 – 3 of 3) sorted by relevance
1805 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()1806 ctx->v2.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()1811 if (cq->cq_cfg.q_len > (4*1024)-1) in oce_mbox_cq_create()1814 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create()1820 ctx->v0.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()1821 ctx->v0.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
902 cq->cq_cfg.q_len = q_len; in oce_cq_create()903 cq->cq_cfg.item_size = item_size; in oce_cq_create()904 cq->cq_cfg.nodelay = (uint8_t) nodelay; in oce_cq_create()
634 struct cq_config cq_cfg; member