Searched refs:RTL8152_MAX_RX (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/usb/
H A Dr8152.c749 #define RTL8152_MAX_RX 10 macro
2132 for (i = 0; i < RTL8152_MAX_RX; i++) {
2484 return atomic_read(&tp->rx_count) > RTL8152_MAX_RX;
3077 /* Only RTL8152_MAX_RX rx_agg need to be submitted. */
3078 if (++i > RTL8152_MAX_RX) {
3118 /* At least RTL8152_MAX_RX rx_agg have the page_count being
9198 if (ring->rx_pending < (RTL8152_MAX_RX * 2))
9909 tp->rx_pending = 10 * RTL8152_MAX_RX;

Completed in 378 milliseconds