Searched refs:TG3_VER_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3367 #define TG3_VER_SIZE ETHTOOL_FWVERS_LEN macro 3368 char fw_ver[TG3_VER_SIZE];
|
D | tg3.c | 15832 if (TG3_VER_SIZE - dst_off < 16 || in tg3_read_bc_ver() 15853 snprintf(&tp->fw_ver[dst_off], TG3_VER_SIZE - dst_off, in tg3_read_bc_ver() 15878 strncat(tp->fw_ver, "sb", TG3_VER_SIZE - strlen(tp->fw_ver) - 1); in tg3_read_sb_ver() 15919 snprintf(&tp->fw_ver[offset], TG3_VER_SIZE - offset, in tg3_read_sb_ver() 15924 if (offset < TG3_VER_SIZE - 1) in tg3_read_sb_ver() 15971 if (vlen > TG3_VER_SIZE - sizeof(v)) { in tg3_read_mgmtfw_ver() 15972 memcpy(&tp->fw_ver[vlen], &v, TG3_VER_SIZE - vlen); in tg3_read_mgmtfw_ver() 16014 snprintf(&tp->fw_ver[vlen], TG3_VER_SIZE - vlen, " %s v%d.%d.%d.%d", in tg3_read_dash_ver() 16043 snprintf(&tp->fw_ver[vlen], TG3_VER_SIZE - vlen, " .%02d", ver); in tg3_read_otp_ver() 16081 tp->fw_ver[TG3_VER_SIZE - 1] = 0; in tg3_read_fw_ver()
|