Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amd/
Dlance.c257 #define LANCE_MUST_REINIT_RING 0x00000004 macro
272 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
275 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
278 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
283 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
286 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
289 LANCE_ENABLE_AUTOSELECT + LANCE_MUST_REINIT_RING +
911 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) { in lance_restart()