Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_vrreg.h163 #define VR_ISR_RX_OFLOW 0x0400 /* rx FIFO overflow */ macro
H A Dif_vr.c1114 (status & VR_ISR_RX_OFLOW)) { in vr_intr()
1120 if (status & VR_ISR_RX_OFLOW) in vr_intr()