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

  /src/sys/dev/ic/
rtwreg.h 145 #define RTW_INTR_TX (RTW_INTR_TLPDER|RTW_INTR_TLPDOK|RTW_INTR_THPDER|\
rtw.c 1839 rtw_intr_tx(struct rtw_softc *sc, uint16_t isr) function in typeref:typename:void
1854 if ((isr & RTW_INTR_TX) != 0)
2251 if ((isr & RTW_INTR_TX) != 0)
2252 rtw_intr_tx(sc, isr);
2626 sc->sc_inten = RTW_INTR_RX | RTW_INTR_TX | RTW_INTR_BEACON

Completed in 164 milliseconds