Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c465 else if (chip == HP100_CHIPID_LASSEN) in hp100_probe1()
543 if (chip == HP100_CHIPID_LASSEN) { in hp100_probe1()
560 } else if (chip == HP100_CHIPID_LASSEN && in hp100_probe1()
1401 if (lp->chip == HP100_CHIPID_LASSEN) { /* ETR shutdown/reset */ in hp100_BM_shutdown()
2524 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_down_vg_link()
2538 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_down_vg_link()
2612 if ((lp->chip == HP100_CHIPID_LASSEN) && (startst & HP100_LINK_CABLE_ST)) in hp100_login_to_vg_hub()
2634 if (lp->chip == HP100_CHIPID_LASSEN) in hp100_login_to_vg_hub()
2641 if (lp->chip == HP100_CHIPID_LASSEN) { in hp100_login_to_vg_hub()
2647 if (lp->chip == HP100_CHIPID_LASSEN) in hp100_login_to_vg_hub()
[all …]
Dhp100.h157 #define HP100_CHIPID_LASSEN 0x5370 /* 802.12 compliant PCI BM, PCI SL */ macro