Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_ops.c354 conf.tx_tc = pfc_conf->rx_pause.tc; in cnxk_nix_priority_flow_ctrl_queue_config()
1062 if (dev->pfc_tc_sq_map[conf->tx_tc] != 0xFFFF && in nix_priority_flow_ctrl_configure()
1063 dev->pfc_tc_sq_map[conf->tx_tc] != conf->tx_qid) { in nix_priority_flow_ctrl_configure()
1121 fc_cfg.tm_cfg.tc = conf->tx_tc; in nix_priority_flow_ctrl_configure()
1127 dev->pfc_tc_sq_map[conf->tx_tc] = sq->qid; in nix_priority_flow_ctrl_configure()
H A Dcnxk_ethdev.h164 uint8_t tx_tc; member
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1569 testpmd> set pfc_queue_ctrl <port_id> rx (on|off) <tx_qid> <tx_tc> \
1574 * ``tx_qid`` (integer): Tx qid for which ``tx_tc`` will be applied and traffic
1575 will be paused when PFC frame is received with ``tx_tc`` enabled.
1577 * ``tx_tc`` (0-15): TC for which traffic is to be paused for xmit.
1580 frame will be generated with ``tx_tc`` when exceeds the threshold.
/dpdk/app/test-pmd/
H A Dcmdline.c7716 uint8_t tx_tc; member
7750 pfc_queue_conf.rx_pause.tc = res->tx_tc; in cmd_queue_priority_flow_ctrl_set_parsed()
7785 tx_tc, RTE_UINT8);