Searched refs:ICE_TXD_CTX_QW0_L4TUNT_S (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_lan_tx_rx.h992 #define ICE_TXD_CTX_QW0_L4TUNT_S 9 macro
993 #define ICE_TXD_CTX_QW0_L4TUNT_M (0x3ULL << ICE_TXD_CTX_QW0_L4TUNT_S)
995 #define ICE_TXD_CTX_UDP_TUNNELING BIT_ULL(ICE_TXD_CTX_QW0_L4TUNT_S)
996 #define ICE_TXD_CTX_GRE_TUNNELING (0x2ULL << ICE_TXD_CTX_QW0_L4TUNT_S)

Completed in 179 milliseconds