Home
last modified time | relevance | path

Searched refs:EarlyRxThreshold (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8187se/
Dr8180.h672 u16 EarlyRxThreshold; member
Dr8180_core.c4399 priv->EarlyRxThreshold = 7;
4421 (priv->EarlyRxThreshold<<RCR_FIFO_OFFSET) | // Rx FIFO Threshold, 7: No Rx threshold.
4422 (priv->EarlyRxThreshold == 7 ? RCR_ONLYERLPKT:0);