nix0              209 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct nix_hw    *nix0;
nix0              115 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (blkaddr == BLKADDR_NIX0 && hw->nix0)
nix0              116 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		return hw->nix0;
nix0              508 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (!hw->nix0->mcast.mce_ctx ||
nix0             2737 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		hw->nix0 = devm_kzalloc(rvu->dev,
nix0             2739 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (!hw->nix0)
nix0             2742 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		err = nix_setup_txschq(rvu, hw->nix0, blkaddr);
nix0             2746 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		err = nix_af_mark_format_setup(rvu, hw->nix0, blkaddr);
nix0             2750 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		err = nix_setup_mcast(rvu, hw->nix0, blkaddr);
nix0             2755 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		nix_setup_lso(rvu, hw->nix0, blkaddr);