mark_format 192 drivers/net/ethernet/marvell/octeontx2/af/rvu.h struct nix_mark_format mark_format; mark_format 1901 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c for (fmt_idx = 0; fmt_idx < nix_hw->mark_format.in_use; fmt_idx++) { mark_format 1902 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (nix_hw->mark_format.cfg[fmt_idx] == cfg) mark_format 1905 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (fmt_idx >= nix_hw->mark_format.total) mark_format 1909 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c nix_hw->mark_format.cfg[fmt_idx] = cfg; mark_format 1910 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c nix_hw->mark_format.in_use++; mark_format 1932 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c nix_hw->mark_format.total = (u8)total; mark_format 1933 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c nix_hw->mark_format.cfg = devm_kcalloc(rvu->dev, total, sizeof(u32), mark_format 1935 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (!nix_hw->mark_format.cfg)