Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c917 EFX_STATIC_ASSERT(ESE_FZ_L4_CLASS_TCP == ESE_DE_L4_CLASS_TCP); in ef10_ev_rx()
1007 EFX_STATIC_ASSERT(ESE_FZ_L4_CLASS_TCP == ESE_DE_L4_CLASS_TCP); in ef10_ev_rx()
1012 if (l4_class == ESE_FZ_L4_CLASS_TCP) { in ef10_ev_rx()
1034 EFX_STATIC_ASSERT(ESE_FZ_L4_CLASS_TCP == ESE_DE_L4_CLASS_TCP); in ef10_ev_rx()
1039 if (l4_class == ESE_FZ_L4_CLASS_TCP) { in ef10_ev_rx()
H A Defx_regs_ef10.h396 #define ESE_FZ_L4_CLASS_TCP 1 macro