Searched refs:npa (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/mm/ |
| A 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/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 2006 rvu->rvu_dbg.npa = debugfs_create_dir("npa", rvu->rvu_dbg.root); in rvu_dbg_npa_init() 2008 debugfs_create_file("qsize", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 2010 debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 2012 debugfs_create_file("pool_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 2014 debugfs_create_file("ndc_cache", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init() 2016 debugfs_create_file("ndc_hits_miss", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
|
| A D | rvu.h | 61 struct dentry *npa; member
|
| A D | mbox.h | 393 u8 npa; member
|
| A D | rvu.c | 1882 rsp->npa = rvu_rsrc_free_count(&block->lf); in rvu_mbox_handler_free_rsrc_cnt()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_common.h | 793 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);
|
| A D | otx2_common.c | 1503 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa) in otx2_ctx_disable() argument 1509 if (npa) in otx2_ctx_disable()
|
Completed in 31 milliseconds