Searched refs:rte_eth_dev_fw_version_get (Results 1 – 7 of 7) sorted by relevance
20 rte_eth_dev_fw_version_get;
3040 int rte_eth_dev_fw_version_get(uint16_t port_id,
3237 rte_eth_dev_fw_version_get(uint16_t port_id, char *fw_version, size_t fw_size) in rte_eth_dev_fw_version_get() function
36 ret = rte_eth_dev_fw_version_get(port_id, drvinfo->fw_version, in rte_ethtool_get_drvinfo()
731 * **[related] API**: ``rte_eth_dev_fw_version_get()``.
84 Added a new function ``rte_eth_dev_fw_version_get()`` to fetch the firmware
683 if (rte_eth_dev_fw_version_get(port_id, fw_version, in port_infos_display()