Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtl81x9.c701 if (!(txstat & (RL_TXSTAT_TX_OK| in rl_txeof()
721 if (!ISSET(txstat, RL_TXSTAT_TX_OK)) { in rl_txeof()
H A Drtl81x9reg.h243 #define RL_TXSTAT_TX_OK 0x00008000 macro