Home
last modified time | relevance | path

Searched refs:npa (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
H A Dcmm.c65 struct cmm_page_array *pa, *npa; in cmm_alloc_pages() local
77 npa = (struct cmm_page_array *) in cmm_alloc_pages()
79 if (!npa) { in cmm_alloc_pages()
86 npa->next = pa; in cmm_alloc_pages()
87 npa->index = 0; in cmm_alloc_pages()
88 pa = npa; in cmm_alloc_pages()
91 free_page((unsigned long) npa); in cmm_alloc_pages()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dcmm.c65 struct cmm_page_array *pa, *npa; in cmm_alloc_pages() local
77 npa = (struct cmm_page_array *) in cmm_alloc_pages()
79 if (!npa) { in cmm_alloc_pages()
86 npa->next = pa; in cmm_alloc_pages()
87 npa->index = 0; in cmm_alloc_pages()
88 pa = npa; in cmm_alloc_pages()
91 free_page((unsigned long) npa); in cmm_alloc_pages()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c416 char *blk_string = (blktype == BLKTYPE_NPA) ? "npa" : "nix"; in rvu_dbg_qsize_write()
1412 rvu->rvu_dbg.npa = debugfs_create_dir("npa", rvu->rvu_dbg.root); in rvu_dbg_npa_init()
1413 if (!rvu->rvu_dbg.npa) in rvu_dbg_npa_init()
1416 pfile = debugfs_create_file("qsize", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
1421 pfile = debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
1426 pfile = debugfs_create_file("pool_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
1431 pfile = debugfs_create_file("ndc_cache", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
1436 pfile = debugfs_create_file("ndc_hits_miss", 0600, rvu->rvu_dbg.npa, in rvu_dbg_npa_init()
1445 debugfs_remove_recursive(rvu->rvu_dbg.npa); in rvu_dbg_npa_init()
[all...]
H A Drvu.h51 struct dentry *npa; member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c993 char *blk_string = (blktype == BLKTYPE_NPA) ? "npa" : "nix"; in rvu_dbg_qsize_write()
2361 rvu->rvu_dbg.npa = debugfs_create_dir("npa", rvu->rvu_dbg.root); in rvu_dbg_npa_init()
2363 debugfs_create_file("qsize", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
2365 debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
2367 debugfs_create_file("pool_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
2369 debugfs_create_file("ndc_cache", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
2371 debugfs_create_file("ndc_hits_miss", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
H A Drvu.h66 struct dentry *npa; member
H A Dmbox.h469 u8 npa; member
H A Drvu.c1141 dev_err(rvu->dev, "%s: Failed to initialize npa\n", __func__); in rvu_setup_hw_resources()
1910 rsp->npa = rvu_rsrc_free_count(&block->lf); in rvu_mbox_handler_free_rsrc_cnt()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h606 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);
H A Dotx2_common.c1437 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa) in otx2_ctx_disable() argument
1443 if (npa) in otx2_ctx_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1658 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa) in otx2_ctx_disable() argument
1664 if (npa) in otx2_ctx_disable()
H A Dotx2_common.h985 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);

Completed in 29 milliseconds