Searched refs:TPE (Results 1 – 2 of 2) sorted by relevance
282 enum eexp_iftype {AUI=0, BNC=1, TPE=2}; enumerator387 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()
723 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_probe1() enumerator806 dev->if_port = TPE; in eepro_probe1()1070 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_open() enumerator1078 if (dev->if_port != TPE) { /* Hopefully, this will fix the in eepro_open()