Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c764 case HP100_LAN_100: in hp100_probe1()
881 if ((lp->lan_type == HP100_LAN_100) || (lp->lan_type == HP100_LAN_ERR)) in hp100_hwinit()
1124 if (lp->lan_type == HP100_LAN_100) in hp100_close()
1460 if (lp->lan_type == HP100_LAN_100) in hp100_check_lan()
1504 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit_bm()
1523 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1529 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
1656 if (lp->lan_type == HP100_LAN_100 && lp->hub_status < 0) { in hp100_start_xmit()
1675 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit()
1681 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit()
[all …]
Dhp100.h515 #define HP100_LAN_100 100 /* lan_type value for VG */ macro