Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3791 int cur_phy_fw_ver = 0, new_phy_fw_vers = 0; in t4_load_phy_fw() local
3799 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3803 if (cur_phy_fw_ver >= new_phy_fw_vers) { in t4_load_phy_fw()
3805 "version %#x\n", cur_phy_fw_ver); in t4_load_phy_fw()
3857 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3861 if (cur_phy_fw_ver != new_phy_fw_vers) { in t4_load_phy_fw()
3865 cur_phy_fw_ver, new_phy_fw_vers); in t4_load_phy_fw()
Dcxgb4_main.c3944 int cur_phy_fw_ver = 0; in adap_init0_phy() local
3946 t4_phy_fw_ver(adap, &cur_phy_fw_ver); in adap_init0_phy()
3948 "FLASH copy, version %#x\n", cur_phy_fw_ver); in adap_init0_phy()