Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c101 #define PCNET32_PORT_FD 0x80 macro
117 PCNET32_PORT_10BT | PCNET32_PORT_FD, /* 4 10baseT-FD */
123 PCNET32_PORT_MII | PCNET32_PORT_FD, /* 10 MII 10baseT-FD */
128 PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD,
1889 lp->options |= PCNET32_PORT_FD; in pcnet32_probe1()
1901 lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI; in pcnet32_probe1()
2125 lp->fdx = !!(lp->options & PCNET32_PORT_FD); in pcnet32_open()
2136 if (lp->options & PCNET32_PORT_FD) { in pcnet32_open()
2159 lp->options = PCNET32_PORT_FD | PCNET32_PORT_100; in pcnet32_open()
2175 if (lp->options & PCNET32_PORT_FD) in pcnet32_open()
[all …]