Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm.c854 bmp = contig ? nix->schq_contig_bmp[hw_lvl] : nix->schq_bmp[hw_lvl]; in nix_tm_release_resources()
1126 bmp_contig = nix->schq_contig_bmp[child_hw_lvl]; in nix_tm_assign_resources()
1222 plt_bitmap_set(nix->schq_contig_bmp[lvl], in nix_tm_copy_rsp_to_nix()
1697 nix->schq_contig_bmp[hw_lvl] = in nix_tm_conf_init()
1699 if (!nix->schq_contig_bmp[hw_lvl]) in nix_tm_conf_init()
1738 plt_bitmap_free(nix->schq_contig_bmp[hw_lvl]); in nix_tm_conf_fini()
H A Droc_nix_priv.h172 struct plt_bitmap *schq_contig_bmp[NIX_TXSCH_LVL_CNT]; member
H A Droc_nix_tm_ops.c1061 plt_bitmap_reset(nix->schq_contig_bmp[hw_lvl]); in roc_nix_tm_fini()
H A Droc_nix_tm_utils.c902 bmp = contig ? nix->schq_contig_bmp[hw_lvl] : nix->schq_bmp[hw_lvl]; in nix_tm_resource_avail()
H A Droc_nix_debug.c1162 nix_bitmap_dump(nix->schq_contig_bmp[hw_lvl]); in roc_nix_tm_dump()