Searched refs:cq_cfg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 821 struct cq_cfg cq_cfg; in nicvf_cmp_queue_config() local 843 memset(&cq_cfg, 0, sizeof(struct cq_cfg)); in nicvf_cmp_queue_config() 844 cq_cfg.ena = 1; in nicvf_cmp_queue_config() 845 cq_cfg.reset = 0; in nicvf_cmp_queue_config() 846 cq_cfg.caching = 0; in nicvf_cmp_queue_config() 847 cq_cfg.qsize = ilog2(qs->cq_len >> 10); in nicvf_cmp_queue_config() 848 cq_cfg.avg_con = 0; in nicvf_cmp_queue_config() 849 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(u64 *)&cq_cfg); in nicvf_cmp_queue_config() [all...] |
H A D | q_struct.h | 590 struct cq_cfg { struct
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 822 struct cq_cfg cq_cfg; in nicvf_cmp_queue_config() local 844 memset(&cq_cfg, 0, sizeof(struct cq_cfg)); in nicvf_cmp_queue_config() 845 cq_cfg.ena = 1; in nicvf_cmp_queue_config() 846 cq_cfg.reset = 0; in nicvf_cmp_queue_config() 847 cq_cfg.caching = 0; in nicvf_cmp_queue_config() 848 cq_cfg.qsize = ilog2(qs->cq_len >> 10); in nicvf_cmp_queue_config() 849 cq_cfg.avg_con = 0; in nicvf_cmp_queue_config() 850 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(u64 *)&cq_cfg); in nicvf_cmp_queue_config() [all...] |
H A D | q_struct.h | 590 struct cq_cfg { struct
|
Completed in 7 milliseconds