Home
last modified time | relevance | path

Searched refs:NIX_TXSCH_LVL_CNT (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.h304 uint16_t txschq[NIX_TXSCH_LVL_CNT];
305 uint16_t txschq_contig[NIX_TXSCH_LVL_CNT];
306 uint16_t txschq_index[NIX_TXSCH_LVL_CNT];
307 uint16_t txschq_contig_index[NIX_TXSCH_LVL_CNT];
309 uint16_t txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
311 uint16_t txschq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
H A Dotx2_tm.c699 tm_node->hw_lvl != NIX_TXSCH_LVL_CNT) { in nix_tm_txsch_reg_config()
1329 for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) { in nix_tm_copy_rsp_to_dev()
1472 for (i = 0; i < NIX_TXSCH_LVL_CNT; i++) { in nix_tm_prepare_txschq_req()
1629 return NIX_TXSCH_LVL_CNT; in nix_tm_lvl2nix()
1642 return NIX_TXSCH_LVL_CNT; in nix_tm_lvl2nix()
1650 if (hw_lvl >= NIX_TXSCH_LVL_CNT) in nix_max_prio()
2014 (hw_lvl < NIX_TXSCH_LVL_CNT)) { in otx2_nix_tm_level_capa_get()
2283 if (hw_lvl == NIX_TXSCH_LVL_CNT && in otx2_nix_tm_node_add()
2948 NIX_TXSCH_LVL_CNT, in nix_tm_prepare_default_tree()
3059 NIX_TXSCH_LVL_CNT, in nix_tm_prepare_rate_limited_tree()
[all …]
H A Dotx2_ethdev_debug.c724 for (hw_lvl = 0; hw_lvl <= NIX_TXSCH_LVL_CNT; hw_lvl++) { in otx2_nix_tm_dump()
730 if (hw_lvl == NIX_TXSCH_LVL_CNT) { in otx2_nix_tm_dump()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h428 #define NIX_TXSCH_LVL_CNT 0x5 macro
436 uint16_t __otx2_io schq[NIX_TXSCH_LVL_CNT];
443 uint16_t __otx2_io schq_nix1[NIX_TXSCH_LVL_CNT];
846 uint16_t __otx2_io schq_contig[NIX_TXSCH_LVL_CNT]; /* Contig. queues */
847 uint16_t __otx2_io schq[NIX_TXSCH_LVL_CNT]; /* Non-Contig. queues */
853 uint16_t __otx2_io schq_contig[NIX_TXSCH_LVL_CNT]; /* Contig. queues */
854 uint16_t __otx2_io schq[NIX_TXSCH_LVL_CNT]; /* Non-Contig. queues */
857 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
858 uint16_t __otx2_io schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];