Home
last modified time | relevance | path

Searched defs:RXDMA_RCR_THRESH_VALID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.h158 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000)) macro
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.h116 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512)) macro