Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vnic/
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()
Dq_struct.h621 struct cq_cfg { struct
/freebsd-12-stable/sys/dev/oce/
Doce_mbox.c1875 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()
1876 ctx->v2.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
1881 if ((u_int)cq->cq_cfg.q_len > (4*1024)-1) in oce_mbox_cq_create()
1884 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create()
1890 ctx->v0.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()
1891 ctx->v0.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
Doce_queue.c909 cq->cq_cfg.q_len = q_len; in oce_cq_create()
910 cq->cq_cfg.item_size = item_size; in oce_cq_create()
911 cq->cq_cfg.nodelay = (uint8_t) nodelay; in oce_cq_create()
Doce_if.h643 struct cq_config cq_cfg; member