Searched refs:sc_txint_mask (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dif_arereg.h110 u_int32_t sc_txint_mask; /* mask of Tx interrupts we want */ member in struct:are_softc
H A Dif_are.c618 sc->sc_txint_mask = STATUS_TI|STATUS_UNF|STATUS_TJT;
621 sc->sc_txint_mask &= sc->sc_inten;
1644 if (status & sc->sc_txint_mask) {
/freebsd-12-stable/sys/arm/ralink/
H A Dif_fvreg.h113 u_int32_t sc_txint_mask; /* mask of Tx interrupts we want */ member in struct:fv_softc
H A Dif_fv.c684 sc->sc_txint_mask = STATUS_TI|STATUS_UNF|STATUS_TJT;
687 sc->sc_txint_mask &= sc->sc_inten;
1739 if (status & sc->sc_txint_mask) {

Completed in 101 milliseconds