Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/cavium/thunder/
Dq_struct.h617 u64 cq_limit:8; member
637 u64 cq_limit:8;
Dnicvf_queues.c902 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h482 u64 cq_limit : 8; member
627 u64 cq_limit : 8; member
Drvu_debugfs.c1570 sq_ctx->max_sqe_size, sq_ctx->cq_limit); in print_nix_cn10k_sq_ctx()
1650 sq_ctx->cq_limit, sq_ctx->max_sqe_size); in print_nix_sq_ctx()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c99 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in cn10k_sq_aq_init()
Dotx2_common.c918 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in otx2_sq_aq_init()