Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h617 u64 cq_limit:8; member
637 u64 cq_limit:8;
H A Dnicvf_queues.c901 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Ddebugfs.c449 seq_printf(m, "W3: max_sqe_size\t\t%d\nW3: cq_limit\t\t\t%d\n", in print_npa_cn20k_pool_ctx()
450 sq_ctx->max_sqe_size, sq_ctx->cq_limit); in print_npa_cn20k_pool_ctx()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn20k.c692 aq->sq.cq_limit = (SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt); in cn20k_sq_aq_init()
H A Dotx2_common.c950 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in otx2_sq_aq_init()