Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/tc/
Dsticreg.h228 #define STIC_INT_P_EN 0x00010000 macro
234 #define STIC_INT_P_MASK (STIC_INT_P_EN | STIC_INT_P | STIC_INT_P_WE)
238 #define STIC_INT_CLR (STIC_INT_E_EN | STIC_INT_V_EN | STIC_INT_P_EN)
Dpx.c286 sr->sr_ipdvint = STIC_INT_P_WE | STIC_INT_P_EN; in px_intr()
304 if ((si->si_hwflags & PXF_QUEUE) != 0 && (state & STIC_INT_P_EN) == 0) in px_intr()
387 sr->sr_ipdvint = STIC_INT_P_WE | STIC_INT_P_EN; in px_ioctl()