Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
Dlasi_82596.c97 #define OPT_SWAP_PORT 0x0001 /* Need to wordswp on the MPU port */ macro
128 if (lp->options & OPT_SWAP_PORT) { in mpu_port()
181 lp->options = dev->id.sversion == 0x72 ? OPT_SWAP_PORT : 0; in lan_init_chip()