Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c848 cq_cfg.qsize = ilog2(qs->cq_len >> 10); in nicvf_cmp_queue_config()
902 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()
1027 if (nicvf_init_cmp_queue(nic, &qs->cq[qidx], qs->cq_len)) in nicvf_alloc_resources()
1055 qs->cq_len = CMP_QUEUE_LEN; in nicvf_set_qset_resources()
1079 qs->cq_len = pqs->cq_len; in nicvf_config_data_transfer()
H A Dnicvf_queues.h294 u64 cq_len; member