HomeSort by: relevance | last modified time | path
    Searched refs:tm_opmode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
tulip.c 3557 sc->sc_opmode |= OPMODE_MBO | tm->tm_opmode;
3982 tm->tm_opmode = tsti->tsti_opmode;
4283 sc->sc_opmode = (sc->sc_opmode & ~OPMODE_MEDIA_BITS) | tm->tm_opmode;
4357 sc->sc_opmode = (sc->sc_opmode & ~OPMODE_MEDIA_BITS) | tm->tm_opmode;
4408 tm->tm_opmode = 0;
4756 tm->tm_opmode &= OPMODE_FD;
4757 tm->tm_opmode |= TULIP_ROM_MB_OPMODE(word);
4779 tm->tm_opmode = OPMODE_PS;
4935 tm->tm_opmode = OPMODE_PS;
5072 tm->tm_opmode &= OPMODE_FD
    [all...]
tulipvar.h 281 uint32_t tm_opmode; /* OPMODE bits for this media */ member in struct:tulip_21x4x_media
  /src/sys/dev/pci/
if_tlp_pci.c 1409 tm->tm_opmode = (c); \
1624 tm->tm_opmode = (c); \

Completed in 16 milliseconds