RXDMA_RCR_THRESH_VALID
#define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000))
#define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512))