Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dlance.c258 #define LANCE_MUST_REINIT_RING 0x00000004 macro
273 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
276 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
279 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
284 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
287 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
290 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
912 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) { in lance_restart()