Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c21 static const char mac_tx_stat_names[][ETH_GSTRING_LEN] = { variable
627 n += ARRAY_SIZE(mac_tx_stat_names) + in fun_get_sset_count()
646 memcpy(p, mac_tx_stat_names, sizeof(mac_tx_stat_names)); in fun_get_strings()
647 p += sizeof(mac_tx_stat_names); in fun_get_strings()