RL_RDESC_STAT_PROTOID
#define RL_TCPPKT(x) (((x) & RL_RDESC_STAT_PROTOID) == \
#define RL_UDPPKT(x) (((x) & RL_RDESC_STAT_PROTOID) == \
if (rxstat & RL_RDESC_STAT_PROTOID)
if ((rxstat & RL_RDESC_STAT_PROTOID) &&
#define RL_TCPPKT(x) (((x) & RL_RDESC_STAT_PROTOID) == \
#define RL_UDPPKT(x) (((x) & RL_RDESC_STAT_PROTOID) == \