Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h2723 #define IXGBE_RXDADV_ERR_IPE 0x80000000 /* IP Checksum Error */ macro
H A Dif_ix.c2869 if ((staterr & (IXGBE_RXD_STAT_IPCS | IXGBE_RXDADV_ERR_IPE)) == in ix_rxcsum()