Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h84 #define IGC_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c737 if ((status & IGC_RXD_STAT_IXSM) != 0) { in igc_rx_hcksum()