Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.h53 int rte_ethtool_get_drvinfo(uint16_t port_id, struct ethtool_drvinfo *drvinfo);
H A Drte_ethtool.c22 rte_ethtool_get_drvinfo(uint16_t port_id, struct ethtool_drvinfo *drvinfo) in rte_ethtool_get_drvinfo() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst94 - ``rte_ethtool_get_drvinfo()``
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c156 if (rte_ethtool_get_drvinfo(id_port, &info)) { in pcmd_drvinfo_callback()