Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.h250 int rte_ethtool_net_stop(uint16_t port_id);
H A Drte_ethtool.c310 rte_ethtool_net_stop(uint16_t port_id) in rte_ethtool_net_stop() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst106 - ``rte_ethtool_net_stop()``
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c439 stat = rte_ethtool_net_stop(params->port); in pcmd_stop_callback()