Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/vge/
H A Dif_vgereg.h282 #define VGE_ISR_LINKSTS 0x00008000 /* link status change */ macro
300 VGE_ISR_LINKSTS|VGE_ISR_RXNODESC| \
H A Dif_vge.c1592 if (status & VGE_ISR_LINKSTS) in vge_intr()