Home
last modified time | relevance | path

Searched refs:rte_eth_dev_flow_ctrl_get (Results 1 – 7 of 7) sorted by relevance

/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c229 status = rte_eth_dev_flow_ctrl_get(port_id, &fc_conf); in rte_ethtool_get_pauseparam()
272 status = rte_eth_dev_flow_ctrl_get(port_id, &fc_conf); in rte_ethtool_set_pauseparam()
/dpdk/lib/ethdev/
H A Dversion.map20 rte_eth_dev_flow_ctrl_get;
H A Drte_ethdev.h4157 int rte_eth_dev_flow_ctrl_get(uint16_t port_id,
H A Drte_ethdev.c3608 rte_eth_dev_flow_ctrl_get(uint16_t port_id, struct rte_eth_fc_conf *fc_conf) in rte_eth_dev_flow_ctrl_get() function
/dpdk/doc/guides/nics/
H A Dfeatures.rst384 * **[related] API**: ``rte_eth_dev_flow_ctrl_get()``, ``rte_eth_dev_flow_ctrl_set()``,
/dpdk/app/proc-info/
H A Dmain.c770 ret = rte_eth_dev_flow_ctrl_get(i, &fc_conf); in show_port()
/dpdk/app/test-pmd/
H A Dcmdline.c7251 ret = rte_eth_dev_flow_ctrl_get(res->port_id, &fc_conf); in cmd_link_flow_ctrl_show_parsed()
7549 ret = rte_eth_dev_flow_ctrl_get(res->port_id, &fc_conf); in cmd_link_flow_ctrl_set_parsed()