Searched refs:tc_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 269 char tc_string[8]; in aq_ethtool_get_strings() local 272 memset(tc_string, 0, sizeof(tc_string)); in aq_ethtool_get_strings() 279 snprintf(tc_string, 8, "TC%u ", tc); in aq_ethtool_get_strings() 285 tc_string, in aq_ethtool_get_strings() 291 tc_string, in aq_ethtool_get_strings() 303 snprintf(tc_string, 8, "PTP "); in aq_ethtool_get_strings() 309 tc_string, in aq_ethtool_get_strings() 317 tc_string, in aq_ethtool_get_strings()
|