Searched refs:PCNET32_PORT_FD (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpcnet32.c105 #define PCNET32_PORT_FD 0x80 macro
121 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,
1804 lp->options |= PCNET32_PORT_FD;
1816 lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI;
2061 if (lp->options & PCNET32_PORT_FD) {
2063 if (lp->options == (PCNET32_PORT_FD | PCNET32_PORT_AUI))
2083 lp->options = PCNET32_PORT_FD | PCNET32_PORT_100;
2099 if (lp->options & PCNET32_PORT_FD)
[all...]

Completed in 99 milliseconds