Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.h101 int rte_ethtool_get_link(uint16_t port_id);
H A Drte_ethtool.c124 rte_ethtool_get_link(uint16_t port_id) in rte_ethtool_get_link() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst97 - ``rte_ethtool_get_link()``
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c180 stat_port = rte_ethtool_get_link(id_port); in pcmd_link_callback()