Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dfdinfo.c55 unsigned int sq_mask = ctx->sq_entries - 1, cq_mask = ctx->cq_entries - 1; in __io_uring_show_fdinfo() local
81 seq_printf(m, "CqMask:\t0x%x\n", cq_mask); in __io_uring_show_fdinfo()
120 struct io_uring_cqe *cqe = &r->cqes[(entry & cq_mask) << cq_shift]; in __io_uring_show_fdinfo()
123 entry & cq_mask, cqe->user_data, cqe->res, in __io_uring_show_fdinfo()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A 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()
A Dfuneth_txrx.h170 unsigned int cq_mask; /* CQ depth - 1 */ member
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c960 memcpy(mask, &req->cq_mask, in rvu_nix_blk_aq_enq_inst()
1036 ~req->cq_mask.ena); in rvu_nix_blk_aq_enq_inst()
1095 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1099 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1100 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
1101 aq_req.cq_mask.tail = 0; in rvu_nix_verify_aq_ctx()
1102 aq_req.cq_mask.head = 0; in rvu_nix_verify_aq_ctx()
1103 aq_req.cq_mask.avg_level = 0; in rvu_nix_verify_aq_ctx()
1104 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
1195 aq_req.cq_mask.ena = 1; in nix_lf_hwctx_disable()
[all …]
A Dmbox.h908 struct nix_cq_ctx_s cq_mask; member
944 struct nix_cq_ctx_s cq_mask; member
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_dcbnl.c361 aq->cq_mask.bpid = GENMASK(8, 0); in otx2_update_bpid_in_rqctx()

Completed in 28 milliseconds