Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map18 rte_eth_dev_flow_ctrl_get;
H A Drte_ethdev.h3752 int rte_eth_dev_flow_ctrl_get(uint16_t port_id,
H A Drte_ethdev.c3675 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
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst396 * **[related] API**: ``rte_eth_dev_flow_ctrl_get()``, ``rte_eth_dev_flow_ctrl_set()``,
/f-stack/dpdk/app/proc-info/
H A Dmain.c747 ret = rte_eth_dev_flow_ctrl_get(i, &fc_conf); in show_port()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c7104 ret = rte_eth_dev_flow_ctrl_get(res->port_id, &fc_conf); in cmd_link_flow_ctrl_set_parsed()