Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c1374 struct cq_cfg cq_cfg; in nicvf_cmp_queue_config() local
1392 cq_cfg.ena = 1; in nicvf_cmp_queue_config()
1393 cq_cfg.reset = 0; in nicvf_cmp_queue_config()
1394 cq_cfg.caching = 0; in nicvf_cmp_queue_config()
1395 cq_cfg.qsize = CMP_QSIZE; in nicvf_cmp_queue_config()
1396 cq_cfg.avg_con = 0; in nicvf_cmp_queue_config()
1397 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(uint64_t *)&cq_cfg); in nicvf_cmp_queue_config()
H A Dq_struct.h619 struct cq_cfg { struct
/freebsd/sys/dev/oce/
H A Doce_mbox.c1836 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()
1837 ctx->v2.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
1842 if ((u_int)cq->cq_cfg.q_len > (4*1024)-1) in oce_mbox_cq_create()
1845 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create()
1851 ctx->v0.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()
1852 ctx->v0.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
H A Doce_queue.c859 cq->cq_cfg.q_len = q_len; in oce_cq_create()
860 cq->cq_cfg.item_size = item_size; in oce_cq_create()
861 cq->cq_cfg.nodelay = (uint8_t) nodelay; in oce_cq_create()
H A Doce_if.h636 struct cq_config cq_cfg; member