Searched refs:TG3_VER_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3366 #define TG3_VER_SIZE ETHTOOL_FWVERS_LEN macro 3367 char fw_ver[TG3_VER_SIZE];
|
D | tg3.c | 15799 if (TG3_VER_SIZE - dst_off < 16 || in tg3_read_bc_ver() 15820 snprintf(&tp->fw_ver[dst_off], TG3_VER_SIZE - dst_off, in tg3_read_bc_ver() 15845 strncat(tp->fw_ver, "sb", TG3_VER_SIZE - strlen(tp->fw_ver) - 1); in tg3_read_sb_ver() 15886 snprintf(&tp->fw_ver[offset], TG3_VER_SIZE - offset, in tg3_read_sb_ver() 15891 if (offset < TG3_VER_SIZE - 1) in tg3_read_sb_ver() 15938 if (vlen > TG3_VER_SIZE - sizeof(v)) { in tg3_read_mgmtfw_ver() 15939 memcpy(&tp->fw_ver[vlen], &v, TG3_VER_SIZE - vlen); in tg3_read_mgmtfw_ver() 15981 snprintf(&tp->fw_ver[vlen], TG3_VER_SIZE - vlen, " %s v%d.%d.%d.%d", in tg3_read_dash_ver() 16010 snprintf(&tp->fw_ver[vlen], TG3_VER_SIZE - vlen, " .%02d", ver); in tg3_read_otp_ver() 16048 tp->fw_ver[TG3_VER_SIZE - 1] = 0; in tg3_read_fw_ver()
|