Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.h205 #define IGC_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | \ macro
H A Digc_txrx.c213 } else if ((pi->ipi_csum_flags & IGC_CSUM_OFFLOAD) == 0) { in igc_tx_ctx_setup()