Searched refs:WX_PTYPE_PKT (Results 1 – 2 of 2) sorted by relevance
250 if (WX_PTYPE_PKT(ptype) != WX_PTYPE_PKT_IP || in txgbe_atr()287 if (WX_PTYPE_PKT_IPV6 & WX_PTYPE_PKT(ptype)) { in txgbe_atr()
533 #define WX_PTYPE_PKT(_pt) ((_pt) & 0x30) macro