Searched refs:TSEC_TX_FCB_L3_IS_IP (Results 1 – 2 of 2) sorted by relevance
349 #define TSEC_TX_FCB_IP4 TSEC_TX_FCB_L3_IS_IP350 #define TSEC_TX_FCB_IP6 (TSEC_TX_FCB_L3_IS_IP | TSEC_TX_FCB_L3_IS_IP6)
373 #define TSEC_TX_FCB_L3_IS_IP 0x4000 /* Layer 3 header is an IP header */ macro