Home
last modified time | relevance | path

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

/trueos/sys/dev/tsec/
HDif_tsec.h349 #define TSEC_TX_FCB_IP4 TSEC_TX_FCB_L3_IS_IP
350 #define TSEC_TX_FCB_IP6 (TSEC_TX_FCB_L3_IS_IP | TSEC_TX_FCB_L3_IS_IP6)
HDif_tsecreg.h373 #define TSEC_TX_FCB_L3_IS_IP 0x4000 /* Layer 3 header is an IP header */ macro