Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c776 case HP100_LAN_100: in hp100_probe1()
893 if ((lp->lan_type == HP100_LAN_100) || (lp->lan_type == HP100_LAN_ERR)) in hp100_hwinit()
1136 if (lp->lan_type == HP100_LAN_100) in hp100_close()
1472 if (lp->lan_type == HP100_LAN_100) in hp100_check_lan()
1516 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit_bm()
1535 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1541 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1668 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit()
1687 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit()
1693 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