Home
last modified time | relevance | path

Searched refs:MAX_PREFIX_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c376 #define MAX_PREFIX_SIZE (6 + 4) in hns3_update_strings() macro
386 n1 = snprintf(data, MAX_PREFIX_SIZE, "%s#%d_", in hns3_update_strings()
388 n1 = min_t(uint, n1, MAX_PREFIX_SIZE - 1); in hns3_update_strings()