Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_txrx.c176 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tso_setup()
238 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup()
244 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup()
250 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup()
H A Digc_defines.h308 #define IGC_TXD_POPTS_TXSM 0x02 /* Insert TCP/UDP checksum */ macro