Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Datwreg.h958 #define ATW_TXFLAG_LS __BIT(30) /* packet's last descriptor */ macro
H A Datw.c3826 sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_LS); in atw_start()