Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_vgereg.h284 #define VGE_ISR_LINKSTS 0x00008000 /* link status change */ macro
302 VGE_ISR_LINKSTS|VGE_ISR_RXNODESC| \
Dif_vge.c1290 if (status & VGE_ISR_LINKSTS) { in vge_intr()