Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c524 else if (chip == HP100_CHIPID_LASSEN) in hp100_probe1()
624 if (chip == HP100_CHIPID_LASSEN) { in hp100_probe1()
641 } else if (chip == HP100_CHIPID_LASSEN && in hp100_probe1()
1473 if (lp->chip == HP100_CHIPID_LASSEN) { /* ETR shutdown/reset */ in hp100_BM_shutdown()
2620 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_down_vg_link()
2634 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_down_vg_link()
2714 if ((lp->chip == HP100_CHIPID_LASSEN) && (startst & HP100_LINK_CABLE_ST)) in hp100_login_to_vg_hub()
2738 if (lp->chip == HP100_CHIPID_LASSEN) in hp100_login_to_vg_hub()
2745 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_login_to_vg_hub()
2751 if (lp->chip == HP100_CHIPID_LASSEN) in hp100_login_to_vg_hub()
[all …]
Dhp100.h161 #define HP100_CHIPID_LASSEN 0x5370 /* 802.12 compliant PCI BM, PCI SL */ macro