Searched refs:nix (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_debugfs.c | 1881 rvu->rvu_dbg.nix = debugfs_create_dir("nix", rvu->rvu_dbg.root); in rvu_dbg_nix_init() 1882 nix_hw = &rvu->hw->nix[0]; in rvu_dbg_nix_init() 1884 rvu->rvu_dbg.nix = debugfs_create_dir("nix1", in rvu_dbg_nix_init() 1886 nix_hw = &rvu->hw->nix[1]; in rvu_dbg_nix_init() 1889 debugfs_create_file("sq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 1891 debugfs_create_file("rq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 1893 debugfs_create_file("cq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 1895 debugfs_create_file("ndc_tx_cache", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 1897 debugfs_create_file("ndc_rx_cache", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 1899 debugfs_create_file("ndc_tx_hits_miss", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() [all …]
|
| D | rvu.h | 62 struct dentry *nix; member 365 struct nix_hw *nix; member
|
| D | rvu_nix.c | 184 if (blkaddr == nix_blkaddr && hw->nix) in get_nix_hw() 185 return &hw->nix[i]; in get_nix_hw() 4330 hw->nix = devm_kcalloc(rvu->dev, MAX_NIX_BLKS, sizeof(struct nix_hw), in rvu_nix_init() 4332 if (!hw->nix) in rvu_nix_init() 4337 nix_hw = &hw->nix[i]; in rvu_nix_init()
|
| D | rvu.c | 931 goto nix; in rvu_setup_hw_resources() 951 nix: in rvu_setup_hw_resources() 1825 rsp->nix = rvu_rsrc_free_count(&block->lf); in rvu_mbox_handler_free_rsrc_cnt()
|
| D | mbox.h | 381 u8 nix; member
|
| /Linux-v5.15/arch/um/ |
| D | Kconfig | 120 You may need to turn this off if compiling for nix systems 121 that have their libraries in random /nix directories and
|
| /Linux-v5.15/arch/powerpc/lib/ |
| D | memcpy_64.S | 124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
|
| /Linux-v5.15/tools/testing/selftests/powerpc/copyloops/ |
| D | memcpy_64.S | 124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
|