Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Datwreg.h958 #define ATW_TXSTAT_ES (1<<29) /* 0: TX successful */ macro
H A Datw.c3286 if ((txstat & ATW_TXSTAT_ES) == 0) in atw_txintr()