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

/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h617 u64 cq_limit:8; member in struct:sq_cfg
637 u64 cq_limit:8;
H A Dnicvf_queues.c902 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c99 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt));
H A Dotx2_common.c913 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt));
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h487 u64 cq_limit : 8; member in struct:nix_cn10k_sq_ctx_s
632 u64 cq_limit : 8; member in struct:nix_sq_ctx_s
H A Drvu_debugfs.c1567 seq_printf(m, "W3: max_sqe_size\t\t%d\nW3: cq_limit\t\t\t%d\n",
1568 sq_ctx->max_sqe_size, sq_ctx->cq_limit);
1647 seq_printf(m, "W3: cq_limit\t\t\t%d\nW3: max_sqe_size\t\t%d\n\n",
1648 sq_ctx->cq_limit, sq_ctx->max_sqe_size);

Completed in 166 milliseconds