Home
last modified time | relevance | path

Searched refs:cq_limit (Results 1 – 6 of 6) 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.c902 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h485 u64 cq_limit : 8; member
630 u64 cq_limit : 8; member
H A Drvu_debugfs.c1571 sq_ctx->max_sqe_size, sq_ctx->cq_limit); in print_nix_cn10k_sq_ctx()
2012 sq_ctx->cq_limit, sq_ctx->max_sqe_size); in print_nix_sq_ctx()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c99 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in cn10k_sq_aq_init()
H A Dotx2_common.c913 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in otx2_sq_aq_init()