RTW_INTR_TX      1507 dev/ic/rtw.c   	if ((isr & RTW_INTR_TX) != 0)
RTW_INTR_TX      1899 dev/ic/rtw.c   		if ((isr & RTW_INTR_TX) != 0)
RTW_INTR_TX      1900 dev/ic/rtw.c   			rtw_intr_tx(sc, isr & RTW_INTR_TX);
RTW_INTR_TX      2274 dev/ic/rtw.c   	sc->sc_inten = RTW_INTR_RX|RTW_INTR_TX|RTW_INTR_BEACON|RTW_INTR_ATIMINT;