Searched refs:npa (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/s390/mm/ |
D | cmm.c | 65 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()
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 1324 rvu->rvu_dbg.npa = debugfs_create_dir("npa", rvu->rvu_dbg.root); in rvu_dbg_npa_init() 1325 if (!rvu->rvu_dbg.npa) in rvu_dbg_npa_init() 1328 pfile = debugfs_create_file("qsize", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 1333 pfile = debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 1338 pfile = debugfs_create_file("pool_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 1343 pfile = debugfs_create_file("ndc_cache", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 1348 pfile = debugfs_create_file("ndc_hits_miss", 0600, rvu->rvu_dbg.npa, in rvu_dbg_npa_init() 1357 debugfs_remove_recursive(rvu->rvu_dbg.npa); in rvu_dbg_npa_init()
|
D | rvu.h | 50 struct dentry *npa; member
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 606 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);
|
D | otx2_common.c | 1421 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa) in otx2_ctx_disable() argument 1427 if (npa) in otx2_ctx_disable()
|