Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_txrx.c550 if (__predict_false(status & IGC_RXD_STAT_IXSM)) in igc_rx_checksum()
H A Digc_defines.h84 #define IGC_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro