Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_vgereg.h666 #define VGE_RDSTS_CSUMERR 0x00000008 /* bad TCP/IP checksum */ macro
Dif_vge.c1043 && !(rxstat & VGE_RDSTS_CSUMERR)) { in vge_rxeof()