Home
last modified time | relevance | path

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

/src/sys/dev/tsec/
H A Dif_tsec.h281 ((flags & (TSEC_RX_FCB_IP_FOUND | TSEC_RX_FCB_IP6_FOUND | \
283 == (TSEC_RX_FCB_IP_FOUND | TSEC_RX_FCB_IP_CSUM))
H A Dif_tsecreg.h384 #define TSEC_RX_FCB_IP_FOUND 0x4000 /* IP header found at layer 3 */ macro