Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dfdinfo.c58 unsigned int sq_mask = ctx->sq_entries - 1, cq_mask = ctx->cq_entries - 1; in io_uring_show_fdinfo() local
85 seq_printf(m, "CqMask:\t0x%x\n", cq_mask); in io_uring_show_fdinfo()
126 struct io_uring_cqe *cqe = &r->cqes[(entry & cq_mask) << cq_shift]; in io_uring_show_fdinfo()
129 entry & cq_mask, cqe->user_data, cqe->res, in io_uring_show_fdinfo()
/openbmc/linux/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
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c990 memcpy(mask, &req->cq_mask, in rvu_nix_blk_aq_enq_inst()
1066 ~req->cq_mask.ena); in rvu_nix_blk_aq_enq_inst()
1125 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1129 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1130 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
1131 aq_req.cq_mask.tail = 0; in rvu_nix_verify_aq_ctx()
1132 aq_req.cq_mask.head = 0; in rvu_nix_verify_aq_ctx()
1133 aq_req.cq_mask.avg_level = 0; in rvu_nix_verify_aq_ctx()
1134 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
1225 aq_req.cq_mask.ena = 1; in nix_lf_hwctx_disable()
[all …]
H A Dmbox.h916 struct nix_cq_ctx_s cq_mask; member
952 struct nix_cq_ctx_s cq_mask; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c359 aq->cq_mask.bpid = GENMASK(8, 0); in otx2_update_bpid_in_rqctx()