Home
last modified time | relevance | path

Searched refs:cur_phy_fw_ver (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3788 int cur_phy_fw_ver = 0, new_phy_fw_vers = 0; in t4_load_phy_fw() local
3798 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3802 if (cur_phy_fw_ver >= new_phy_fw_vers) { in t4_load_phy_fw()
3804 "version %#x\n", cur_phy_fw_ver); in t4_load_phy_fw()
3856 ret = t4_phy_fw_ver(adap, &cur_phy_fw_ver); in t4_load_phy_fw()
3860 if (cur_phy_fw_ver != new_phy_fw_vers) { in t4_load_phy_fw()
3864 cur_phy_fw_ver, new_phy_fw_vers); in t4_load_phy_fw()
H A Dcxgb4_main.c4421 int cur_phy_fw_ver = 0; in adap_init0_phy() local
4423 t4_phy_fw_ver(adap, &cur_phy_fw_ver); in adap_init0_phy()
4425 "FLASH copy, version %#x\n", cur_phy_fw_ver); in adap_init0_phy()
/kernel/linux/linux-6.6/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.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()

Completed in 40 milliseconds