Searched refs:dc_flags (Results 1 – 2 of 2) sorted by relevance
910 if (sc->dc_flags & DC_128BIT_HASH) in dc_mchash_le()914 if (sc->dc_flags & DC_64BIT_HASH) in dc_mchash_le()2085 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()2086 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()2096 sc->dc_flags |= DC_TX_COALESCE | DC_TX_INTR_ALWAYS; in dc_attach()2097 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_TX_STORENFWD; in dc_attach()2098 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()2106 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()2107 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()2129 sc->dc_flags |= DC_64BIT_HASH; in dc_attach()[all …]
763 uint32_t dc_flags; member