MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_ethtool_get_eeprom_len

Function rte_ethtool_get_eeprom_len

dpdk/examples/ethtool/lib/rte_ethtool.c:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int
125rte_ethtool_get_eeprom_len(uint16_t port_id)
126{
127 return rte_eth_dev_get_eeprom_length(port_id);
128}
129
130int
131rte_ethtool_get_eeprom(uint16_t port_id, struct ethtool_eeprom *eeprom,

Callers 1

pcmd_eeprom_callbackFunction · 0.85

Calls 1

Tested by

no test coverage detected