Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_common_txrx.h225 if (!(remaining_csum_flags & ~ICE_RX_CSUM_FLAGS)) in ice_tx_setup_offload()
H A Dice_lib.h176 #define ICE_RX_CSUM_FLAGS (CSUM_L3_CALC | CSUM_L3_VALID | CSUM_L4_CALC | \ macro