Searched refs:PCNET32_PORT_FD (Results 1 – 1 of 1) sorted by relevance
105 #define PCNET32_PORT_FD 0x80 macro121 PCNET32_PORT_10BT | PCNET32_PORT_FD, /* 4 10baseT-FD */127 PCNET32_PORT_MII | PCNET32_PORT_FD, /* 10 MII 10baseT-FD */132 PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD,1829 lp->options |= PCNET32_PORT_FD; in pcnet32_probe1()1841 lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI; in pcnet32_probe1()2078 if (lp->options & PCNET32_PORT_FD) { in pcnet32_open()2080 if (lp->options == (PCNET32_PORT_FD | PCNET32_PORT_AUI)) in pcnet32_open()2101 lp->options = PCNET32_PORT_FD | PCNET32_PORT_100; in pcnet32_open()2117 if (lp->options & PCNET32_PORT_FD) in pcnet32_open()[all …]