Home
last modified time | relevance | path

Searched refs:schq_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()
919 bmp = nix->schq_bmp[hw_lvl]; in nix_tm_free_node_resource()
1030 bmp = nix->schq_bmp[child_hw_lvl]; in nix_tm_assign_hw_id()
1180 bmp = nix->schq_bmp[nix->tm_root_lvl]; in nix_tm_assign_resources()
1193 bmp = nix->schq_bmp[NIX_TXSCH_LVL_TL1]; in nix_tm_assign_resources()
1218 plt_bitmap_set(nix->schq_bmp[lvl], in nix_tm_copy_rsp_to_nix()
1689 nix->schq_bmp[hw_lvl] = in nix_tm_conf_init()
1691 if (!nix->schq_bmp[hw_lvl]) in nix_tm_conf_init()
1737 plt_bitmap_free(nix->schq_bmp[hw_lvl]); in nix_tm_conf_fini()
H A Droc_nix_priv.h174 struct plt_bitmap *schq_bmp[NIX_TXSCH_LVL_CNT]; member
H A Droc_nix_tm_ops.c1060 plt_bitmap_reset(nix->schq_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.c1156 nix_bitmap_dump(nix->schq_bmp[hw_lvl]); in roc_nix_tm_dump()