Searched refs:cq_cfg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/oce/
H A Doce_queue.c897 cq->cq_cfg.q_len = q_len;
898 cq->cq_cfg.item_size = item_size;
899 cq->cq_cfg.nodelay = (uint8_t) nodelay;
H A Doce_mbox.c1873 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256);
1874 ctx->v2.nodelay = cq->cq_cfg.nodelay;
1879 if (cq->cq_cfg.q_len > (4*1024)-1)
1882 ctx->v2.cqe_count = cq->cq_cfg.q_len;
1888 ctx->v0.count = OCE_LOG2(cq->cq_cfg.q_len / 256);
1889 ctx->v0.nodelay = cq->cq_cfg.nodelay;
H A Doce_if.h631 struct cq_config cq_cfg; member in struct:oce_cq

Completed in 85 milliseconds