Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Deexpress.c282 enum eexp_iftype {AUI=0, BNC=1, TPE=2}; enumerator
387 dev->if_port = TPE; in express_probe()
883 case TPE: in eexp_hw_set_interface()
1110 eexp_hw_readeeprom(ioaddr,5) & 0x1 ? TPE : BNC; in eexp_hw_probe()
Deepro.c723 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_probe1() enumerator
806 dev->if_port = TPE; in eepro_probe1()
1070 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_open() enumerator
1078 if (dev->if_port != TPE) { /* Hopefully, this will fix the in eepro_open()