Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.h466 #define HFLAG_LANCE 0x00000004 /* We are using lance-mode */ macro
478 #define HFLAG_NOT_A0 (HFLAG_FENABLE | HFLAG_LANCE | HFLAG_RXCV)
H A Dsunhme.c1500 if (hp->happy_flags & HFLAG_LANCE) in happy_meal_init()