Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A Dcxgb4_main.c4407 int cur_phy_fw_ver = 0; in adap_init0_phy() local
4409 t4_phy_fw_ver(adap, &cur_phy_fw_ver); in adap_init0_phy()
4411 "FLASH copy, version %#x\n", cur_phy_fw_ver); in adap_init0_phy()