Searched refs:STGE_TXINTR_SPACING_MASK (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/ | ||
| D | if_stgereg.h | 488 #define STGE_TXINTR_SPACING_MASK (STGE_TXINTR_SPACING - 1) macro |
| D | if_stge.c | 565 if ((nexttx & STGE_TXINTR_SPACING_MASK) == 0) in stge_start() |