Searched defs:RXDMA_RCR_THRESH_VALID (Results 1 – 2 of 2) sorted by relevance
158 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000)) macro
116 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512)) macro