Home
last modified time | relevance | path

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

/Linux-v6.6/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()
3826 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3830 if (cur_phy_fw_ver != new_phy_fw_vers) { in t4_load_phy_fw()
3834 cur_phy_fw_ver, new_phy_fw_vers); in t4_load_phy_fw()
Dcxgb4_main.c4416 int cur_phy_fw_ver = 0; in adap_init0_phy() local
4418 t4_phy_fw_ver(adap, &cur_phy_fw_ver); in adap_init0_phy()
4420 "FLASH copy, version %#x\n", cur_phy_fw_ver); in adap_init0_phy()