stats_strings     353 drivers/net/ethernet/chelsio/cxgb/cxgb2.c static const char stats_strings[][ETH_GSTRING_LEN] = {
stats_strings     441 drivers/net/ethernet/chelsio/cxgb/cxgb2.c 		return ARRAY_SIZE(stats_strings);
stats_strings     450 drivers/net/ethernet/chelsio/cxgb/cxgb2.c 		memcpy(data, stats_strings, sizeof(stats_strings));
stats_strings    1543 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c static const char stats_strings[][ETH_GSTRING_LEN] = {
stats_strings    1601 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		return ARRAY_SIZE(stats_strings);
stats_strings    1650 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		memcpy(data, stats_strings, sizeof(stats_strings));
stats_strings      26 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c static const char stats_strings[][ETH_GSTRING_LEN] = {
stats_strings     144 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		return ARRAY_SIZE(stats_strings) +
stats_strings     205 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		memcpy(data, stats_strings, sizeof(stats_strings));
stats_strings     206 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		data += sizeof(stats_strings);
stats_strings    1734 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c static const char stats_strings[][ETH_GSTRING_LEN] = {
stats_strings    1775 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		return ARRAY_SIZE(stats_strings);
stats_strings    1791 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		memcpy(data, stats_strings, sizeof(stats_strings));