Searched refs:first_phy (Results 1 – 2 of 2) sorted by relevance
679 static void sis190_free_phy(struct list_head *first_phy) in sis190_free_phy() argument683 list_for_each_entry_safe(cur, next, first_phy, list) { in sis190_free_phy()705 list_for_each_entry(phy, &tp->first_phy, list) { in sis190_default_phy()730 phy_default = list_entry(&tp->first_phy, in sis190_default_phy()820 INIT_LIST_HEAD(&tp->first_phy); in sis190_mii_probe()834 sis190_free_phy(&tp->first_phy); in sis190_mii_probe()843 list_add(&tp->first_phy, &phy->list); in sis190_mii_probe()846 if (list_empty(&tp->first_phy)) { in sis190_mii_probe()870 sis190_free_phy(&tp->first_phy); in sis190_mii_remove()
265 struct list_head first_phy; member