Searched refs:first_phy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis190.c286 struct list_head first_phy; member in struct:sis190_private
1247 static void sis190_free_phy(struct list_head *first_phy) argument
1251 list_for_each_entry_safe(cur, next, first_phy, list) {
1274 list_for_each_entry(phy, &tp->first_phy, list) {
1299 phy_default = list_first_entry(&tp->first_phy,
1392 INIT_LIST_HEAD(&tp->first_phy);
1406 sis190_free_phy(&tp->first_phy);
1413 list_add(&tp->first_phy, &phy->list);
1416 if (list_empty(&tp->first_phy)) {
1442 sis190_free_phy(&tp->first_phy);
[all...]
H A Dpcnet32.c2116 int first_phy = -1; local
2154 if (first_phy == -1) {
2155 first_phy = i;
2172 lp->mii_if.phy_id = first_phy;
2173 netif_info(lp, link, dev, "Using PHY number %d\n", first_phy);

Completed in 109 milliseconds