Home
last modified time | relevance | path

Searched refs:lan_type (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dhp100.c197 short lan_type; /* 10Mb/s, 100Mb/s or -1 (error) */ member
824 lp->lan_type = hp100_sense_lan(dev); in hp100_probe1()
853 if (lp->lan_type != HP100_LAN_ERR) in hp100_probe1()
855 switch (lp->lan_type) { in hp100_probe1()
954 if (lp->lan_type != HP100_LAN_10) in hp100_hwinit()
1166 lp->lan_type = hp100_sense_lan(dev); in hp100_open()
1196 if (lp->lan_type == HP100_LAN_100) in hp100_close()
1563 if (lp->lan_type < 0) { /* no LAN type detected yet? */ in hp100_start_xmit_bm()
1565 if ((lp->lan_type = hp100_sense_lan(dev)) < 0) { in hp100_start_xmit_bm()
1570 if (lp->lan_type == HP100_LAN_100) in hp100_start_xmit_bm()
[all …]
/linux-2.4.37.9/drivers/s390/net/
Dqeth_mpc.h372 __u8 lan_type; member
Dqeth.c3622 if (cmd.data.setadapterparms.data.query_cmds_supp.lan_type&0x7f) in qeth_send_setadapterparms_query()
3624 query_cmds_supp.lan_type; in qeth_send_setadapterparms_query()