Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhp100.c779 case HP100_LAN_100: in hp100_probe1()
896 if ((lp->lan_type == HP100_LAN_100) || (lp->lan_type == HP100_LAN_ERR)) in hp100_hwinit()
1139 if (lp->lan_type == HP100_LAN_100) in hp100_close()
1476 if (lp->lan_type == HP100_LAN_100) in hp100_check_lan()
1520 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit_bm()
1539 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1545 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1672 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit()
1691 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit()
1697 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit()
[all …]
Dhp100.h519 #define HP100_LAN_100 100 /* lan_type value for VG */ macro