Searched refs:MGE_RX_L4_PROTO_MASK (Results 1 – 1 of 1) sorted by relevance
322 #define MGE_RX_L4_PROTO_MASK (3 << 21) macro335 #define MGE_RX_L4_IS_TCP(status) ((status & MGE_RX_L4_PROTO_MASK) \338 #define MGE_RX_L4_IS_UDP(status) ((status & MGE_RX_L4_PROTO_MASK) \