Searched refs:tc_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 267 char tc_string[8]; in aq_ethtool_get_strings() local 270 memset(tc_string, 0, sizeof(tc_string)); in aq_ethtool_get_strings() 277 snprintf(tc_string, 8, "TC%u ", tc); in aq_ethtool_get_strings() 283 tc_string, in aq_ethtool_get_strings() 290 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() 318 tc_string, in aq_ethtool_get_strings()
|