Home
last modified time | relevance | path

Searched refs:npa_pool_s (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h128 struct npa_pool_s pool_ctx;
129 struct npa_pool_s ctx_mask;
Drvu_npa.c124 sizeof(struct npa_pool_s)); in rvu_npa_aq_enq_inst()
125 memcpy(ctx, &req->pool, sizeof(struct npa_pool_s)); in rvu_npa_aq_enq_inst()
139 memcpy(ctx, &req->pool, sizeof(struct npa_pool_s)); in rvu_npa_aq_enq_inst()
203 sizeof(struct npa_pool_s)); in rvu_npa_aq_enq_inst()
Dmbox.h769 struct npa_pool_s pool;
776 struct npa_pool_s pool_mask;
786 struct npa_pool_s pool;
Drvu_struct.h230 struct npa_pool_s { struct
Drvu_debugfs.c1113 struct npa_pool_s *pool = &rsp->pool; in print_npa_pool_ctx()