Home
last modified time | relevance | path

Searched refs:mark_format (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c3150 for (fmt_idx = 0; fmt_idx < nix_hw->mark_format.in_use; fmt_idx++) { in rvu_nix_reserve_mark_format()
3151 if (nix_hw->mark_format.cfg[fmt_idx] == cfg) in rvu_nix_reserve_mark_format()
3154 if (fmt_idx >= nix_hw->mark_format.total) in rvu_nix_reserve_mark_format()
3158 nix_hw->mark_format.cfg[fmt_idx] = cfg; in rvu_nix_reserve_mark_format()
3159 nix_hw->mark_format.in_use++; in rvu_nix_reserve_mark_format()
3181 nix_hw->mark_format.total = (u8)total; in nix_af_mark_format_setup()
3182 nix_hw->mark_format.cfg = devm_kcalloc(rvu->dev, total, sizeof(u32), in nix_af_mark_format_setup()
3184 if (!nix_hw->mark_format.cfg) in nix_af_mark_format_setup()
A Drvu.h316 struct nix_mark_format mark_format; member

Completed in 27 milliseconds