Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dfdinfo.c94 unsigned int sq_mask = ctx->sq_entries - 1, cq_mask = ctx->cq_entries - 1; in __io_uring_show_fdinfo() local
121 seq_printf(m, "CqMask:\t0x%x\n", cq_mask); in __io_uring_show_fdinfo()
162 struct io_uring_cqe *cqe = &r->cqes[(entry & cq_mask) << cq_shift]; in __io_uring_show_fdinfo()
165 entry & cq_mask, cqe->user_data, cqe->res, in __io_uring_show_fdinfo()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c350 if (unlikely(q->cq_head == q->cq_mask)) { in advance_cq()
631 q->cq_mask = ncqe - 1; in fun_rxq_create_sw()
685 dma_free_coherent(q->dma_dev, (q->cq_mask + 1) * FUNETH_CQE_SIZE, in fun_rxq_free_sw()
700 unsigned int ncqe = q->cq_mask + 1; in fun_rxq_create_dev()
H A Dfuneth_txrx.h171 unsigned int cq_mask; /* CQ depth - 1 */ member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1156 memcpy(mask, &req->cq_mask, in rvu_nix_blk_aq_enq_inst()
1232 ~req->cq_mask.ena); in rvu_nix_blk_aq_enq_inst()
1291 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1295 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1296 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
1297 aq_req.cq_mask.tail = 0; in rvu_nix_verify_aq_ctx()
1298 aq_req.cq_mask.head = 0; in rvu_nix_verify_aq_ctx()
1299 aq_req.cq_mask.avg_level = 0; in rvu_nix_verify_aq_ctx()
1300 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
1391 aq_req.cq_mask.ena = 1; in nix_lf_hwctx_disable()
[all …]
H A Dmbox.h942 struct nix_cq_ctx_s cq_mask; member
978 struct nix_cq_ctx_s cq_mask; member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c364 aq->cq_mask.bpid = GENMASK(8, 0); in otx2_update_bpid_in_rqctx()