Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c564 struct cq_cfg cq_cfg; in nicvf_cmp_queue_config() local
586 memset(&cq_cfg, 0, sizeof(struct cq_cfg)); in nicvf_cmp_queue_config()
587 cq_cfg.ena = 1; in nicvf_cmp_queue_config()
588 cq_cfg.reset = 0; in nicvf_cmp_queue_config()
589 cq_cfg.caching = 0; in nicvf_cmp_queue_config()
590 cq_cfg.qsize = CMP_QSIZE; in nicvf_cmp_queue_config()
591 cq_cfg.avg_con = 0; in nicvf_cmp_queue_config()
592 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(u64 *)&cq_cfg); in nicvf_cmp_queue_config()
Dq_struct.h599 struct cq_cfg { struct