Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dmemcpy_64.S124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h97 struct dentry *nix; member
463 struct nix_hw *nix; member
H A Drvu.c971 goto nix; in rvu_setup_hw_resources()
992 nix: in rvu_setup_hw_resources()
2007 rsp->nix = rvu_rsrc_free_count(&block->lf); in rvu_mbox_handler_free_rsrc_cnt()
H A Drvu_nix.c210 if (blkaddr == nix_blkaddr && hw->nix) in get_nix_hw()
211 return &hw->nix[i]; in get_nix_hw()
5112 hw->nix = devm_kcalloc(rvu->dev, MAX_NIX_BLKS, sizeof(struct nix_hw), in rvu_nix_init()
5114 if (!hw->nix) in rvu_nix_init()
5119 nix_hw = &hw->nix[i]; in rvu_nix_init()