Searched refs:nix (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 2743 rvu->rvu_dbg.nix = debugfs_create_dir("nix", rvu->rvu_dbg.root); in rvu_dbg_nix_init() 2744 nix_hw = &rvu->hw->nix[0]; in rvu_dbg_nix_init() 2746 rvu->rvu_dbg.nix = debugfs_create_dir("nix1", in rvu_dbg_nix_init() 2748 nix_hw = &rvu->hw->nix[1]; in rvu_dbg_nix_init() 2751 debugfs_create_file("tm_tree", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 2753 debugfs_create_file("tm_topo", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 2755 debugfs_create_file("sq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 2757 debugfs_create_file("rq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 2759 debugfs_create_file("cq_ctx", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() 2761 debugfs_create_file("ndc_tx_cache", 0600, rvu->rvu_dbg.nix, nix_hw, in rvu_dbg_nix_init() [all …]
|
| A D | rvu.h | 97 struct dentry *nix; member 460 struct nix_hw *nix; member
|
| A D | rvu.c | 946 goto nix; in rvu_setup_hw_resources() 967 nix: in rvu_setup_hw_resources() 1921 rsp->nix = rvu_rsrc_free_count(&block->lf); in rvu_mbox_handler_free_rsrc_cnt()
|
| A D | rvu_nix.c | 210 if (blkaddr == nix_blkaddr && hw->nix) in get_nix_hw() 211 return &hw->nix[i]; in get_nix_hw() 5097 hw->nix = devm_kcalloc(rvu->dev, MAX_NIX_BLKS, sizeof(struct nix_hw), in rvu_nix_init() 5099 if (!hw->nix) in rvu_nix_init() 5104 nix_hw = &hw->nix[i]; in rvu_nix_init()
|
| A D | mbox.h | 500 u8 nix; member
|
Completed in 42 milliseconds