Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_bge.c2908 if (sc->bge_flags & BGEF_TSO) { in bge_blockinit()
3029 if (sc->bge_flags & BGEF_TSO) { in bge_blockinit()
3531 sc->bge_flags |= BGEF_TSO; in bge_attach()
3535 sc->bge_flags &= ~BGEF_TSO; in bge_attach()
3912 if (sc->bge_flags & BGEF_TSO) in bge_attach()
6494 if (sc->bge_flags & BGEF_TSO) in bge_debug_info()
H A Dif_bgereg.h2670 #define BGEF_TSO 0x00000100 macro