Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dfdinfo.c57 unsigned int sq_mask = ctx->sq_entries - 1, cq_mask = ctx->cq_entries - 1; in __io_uring_show_fdinfo() local
83 seq_printf(m, "CqMask:\t0x%x\n", cq_mask); in __io_uring_show_fdinfo()
122 struct io_uring_cqe *cqe = &r->cqes[(entry & cq_mask) << cq_shift]; in __io_uring_show_fdinfo()
125 entry & cq_mask, cqe->user_data, cqe->res, in __io_uring_show_fdinfo()
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c351 if (unlikely(q->cq_head == q->cq_mask)) { in advance_cq()
632 q->cq_mask = ncqe - 1; in fun_rxq_create_sw()
686 dma_free_coherent(q->dma_dev, (q->cq_mask + 1) * FUNETH_CQE_SIZE, in fun_rxq_free_sw()
701 unsigned int ncqe = q->cq_mask + 1; in fun_rxq_create_dev()
Dfuneth_txrx.h170 unsigned int cq_mask; /* CQ depth - 1 */ member
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c946 memcpy(mask, &req->cq_mask, in rvu_nix_blk_aq_enq_inst()
1020 ena = (req->rq.ena & req->cq_mask.ena) | in rvu_nix_blk_aq_enq_inst()
1022 ~req->cq_mask.ena); in rvu_nix_blk_aq_enq_inst()
1081 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1085 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1086 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
1087 aq_req.cq_mask.tail = 0; in rvu_nix_verify_aq_ctx()
1088 aq_req.cq_mask.head = 0; in rvu_nix_verify_aq_ctx()
1089 aq_req.cq_mask.avg_level = 0; in rvu_nix_verify_aq_ctx()
1090 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
[all …]
Dmbox.h900 struct nix_cq_ctx_s cq_mask; member
936 struct nix_cq_ctx_s cq_mask; member
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c361 aq->cq_mask.bpid = GENMASK(8, 0); in otx2_update_bpid_in_rqctx()