Searched refs:tc_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 257 char tc_string[8]; in aq_ethtool_get_strings() local 260 memset(tc_string, 0, sizeof(tc_string)); in aq_ethtool_get_strings() 267 snprintf(tc_string, 8, "TC%d ", tc); in aq_ethtool_get_strings() 273 tc_string, in aq_ethtool_get_strings() 280 tc_string, in aq_ethtool_get_strings() 293 snprintf(tc_string, 8, "PTP "); in aq_ethtool_get_strings() 299 tc_string, in aq_ethtool_get_strings() 308 tc_string, in aq_ethtool_get_strings()
|