Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
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,
1891 lp->options |= PCNET32_PORT_FD; in pcnet32_probe1()
1903 lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI; in pcnet32_probe1()
2131 lp->fdx = !!(lp->options & PCNET32_PORT_FD); in pcnet32_open()
2142 if (lp->options & PCNET32_PORT_FD) { in pcnet32_open()
2144 if (lp->options == (PCNET32_PORT_FD | PCNET32_PORT_AUI)) in pcnet32_open()
2165 lp->options = PCNET32_PORT_FD | PCNET32_PORT_100; in pcnet32_open()
[all …]