Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_stgereg.h488 #define STGE_TXINTR_SPACING_MASK (STGE_TXINTR_SPACING - 1) macro
Dif_stge.c565 if ((nexttx & STGE_TXINTR_SPACING_MASK) == 0) in stge_start()