Searched refs:unit_str (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
| D | ethtool.c | 216 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in ef4_fill_test() local 225 snprintf(unit_str, sizeof(unit_str), in ef4_fill_test() 228 strcpy(unit_str, unit_format); in ef4_fill_test() 232 "%-6s %-24s", unit_str, test_str); in ef4_fill_test()
|
| /Linux-v4.19/drivers/net/ethernet/sfc/ |
| D | ethtool.c | 234 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in efx_fill_test() local 243 snprintf(unit_str, sizeof(unit_str), in efx_fill_test() 246 strcpy(unit_str, unit_format); in efx_fill_test() 250 "%-6s %-24s", unit_str, test_str); in efx_fill_test()
|