Searched refs:lan_type (Results 1 – 3 of 3) sorted by relevance
197 short lan_type; /* 10Mb/s, 100Mb/s or -1 (error) */ member824 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 …]
372 __u8 lan_type; member
3622 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()