Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
int
125
rte_ethtool_get_eeprom_len(uint16_t port_id)
126
{
127
return rte_eth_dev_get_eeprom_length(port_id);
128
}
129
130
int
131
rte_ethtool_get_eeprom(uint16_t port_id, struct ethtool_eeprom *eeprom,
Callers
1
pcmd_eeprom_callback
Function · 0.85
Calls
1
rte_eth_dev_get_eeprom_length
Function · 0.85
Tested by
no test coverage detected