Lines Matching refs:xl_flags

571 	if (sc->xl_flags & XL_FLAG_EEPROM_OFFSET_30)
575 if (sc->xl_flags & XL_FLAG_8BITROM)
849 ((sc->xl_flags & XL_FLAG_WEIRDRESET) ?
859 if (sc->xl_flags & XL_FLAG_USE_MMIO)
884 if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR ||
885 sc->xl_flags & XL_FLAG_INVERT_MII_PWR) {
889 ((sc->xl_flags & XL_FLAG_INVERT_LED_PWR) ?
891 ((sc->xl_flags & XL_FLAG_INVERT_MII_PWR) ?
1089 sc->xl_flags = 0;
1091 sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_PHYOK;
1094 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK |
1099 sc->xl_flags |= XL_FLAG_8BITROM;
1101 sc->xl_flags |= XL_FLAG_NO_XCVR_PWR;
1107 sc->xl_flags |= XL_FLAG_FUNCREG;
1113 sc->xl_flags |= XL_FLAG_PHYOK | XL_FLAG_EEPROM_OFFSET_30 |
1116 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK;
1118 sc->xl_flags |= XL_FLAG_INVERT_LED_PWR;
1120 sc->xl_flags |= XL_FLAG_INVERT_MII_PWR;
1122 sc->xl_flags |= XL_FLAG_INVERT_MII_PWR;
1125 sc->xl_flags |= XL_FLAG_INVERT_MII_PWR |
1129 sc->xl_flags |= XL_FLAG_PHYOK;
1136 sc->xl_flags |= XL_FLAG_NO_MMIO;
1147 if ((sc->xl_flags & XL_FLAG_NO_MMIO) == 0) {
1155 sc->xl_flags |= XL_FLAG_USE_MMIO;
1174 if (sc->xl_flags & XL_FLAG_FUNCREG) {
1335 sc->xl_flags |= XL_FLAG_WOL;
1357 if ((sc->xl_flags & XL_FLAG_WOL) != 0)
1399 if ((sc->xl_flags & XL_FLAG_PHYOK) == 0)
1472 if (sc->xl_flags & XL_FLAG_NO_XCVR_PWR) {
1574 if (sc->xl_flags & XL_FLAG_USE_MMIO) {
2713 if ((sc->xl_flags & XL_FLAG_WOL) != 0) {
2857 if (sc->xl_flags & XL_FLAG_FUNCREG)
3069 if (sc->xl_flags & XL_FLAG_FUNCREG)
3186 if (sc->xl_flags & XL_FLAG_FUNCREG)
3279 if ((sc->xl_flags & XL_FLAG_WOL) == 0)