Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3758 int cur_phy_fw_ver = 0, new_phy_fw_vers = 0; in t4_load_phy_fw() local
3768 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3772 if (cur_phy_fw_ver >= new_phy_fw_vers) { in t4_load_phy_fw()
3774 "version %#x\n", cur_phy_fw_ver); in t4_load_phy_fw()
3824 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3828 if (cur_phy_fw_ver != new_phy_fw_vers) { in t4_load_phy_fw()
3832 cur_phy_fw_ver, new_phy_fw_vers); in t4_load_phy_fw()
Dcxgb4_main.c4417 int cur_phy_fw_ver = 0; in adap_init0_phy() local
4419 t4_phy_fw_ver(adap, &cur_phy_fw_ver); in adap_init0_phy()
4421 "FLASH copy, version %#x\n", cur_phy_fw_ver); in adap_init0_phy()