Home
last modified time | relevance | path

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

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