Searched refs:ephy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_expander.c | 920 struct ex_phy *ephy = &parent->ex_dev.ex_phy[i]; in sas_ex_join_wide_port() local 922 if (ephy == phy) in sas_ex_join_wide_port() 925 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port() 926 SAS_ADDR_SIZE) && ephy->port) { in sas_ex_join_wide_port() 927 sas_port_add_phy(ephy->port, phy->phy); in sas_ex_join_wide_port() 928 phy->port = ephy->port; in sas_ex_join_wide_port()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_expander.c | 853 struct ex_phy *ephy = &parent->ex_dev.ex_phy[i]; in sas_ex_join_wide_port() local 855 if (ephy == phy) in sas_ex_join_wide_port() 858 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port() 859 SAS_ADDR_SIZE) && ephy->port) { in sas_ex_join_wide_port() 860 sas_port_add_phy(ephy->port, phy->phy); in sas_ex_join_wide_port() 861 phy->port = ephy->port; in sas_ex_join_wide_port()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 2264 u32 ephy; in tg3_phy_toggle_automdix() local 2266 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix() 2270 ephy | MII_TG3_FET_SHADOW_EN); in tg3_phy_toggle_automdix() 2278 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 2258 u32 ephy; in tg3_phy_toggle_automdix() local 2260 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix() 2264 ephy | MII_TG3_FET_SHADOW_EN); in tg3_phy_toggle_automdix() 2272 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()
|
Completed in 44 milliseconds