Searched refs:rte_ethtool_get_drvinfo (Results 1 – 4 of 4) sorted by relevance
53 int rte_ethtool_get_drvinfo(uint16_t port_id, struct ethtool_drvinfo *drvinfo);
22 rte_ethtool_get_drvinfo(uint16_t port_id, struct ethtool_drvinfo *drvinfo) in rte_ethtool_get_drvinfo() function
94 - ``rte_ethtool_get_drvinfo()``
156 if (rte_ethtool_get_drvinfo(id_port, &info)) { in pcmd_drvinfo_callback()