Searched refs:RTL8152_MAX_RX (Results 1 – 1 of 1) sorted by relevance
582 #define RTL8152_MAX_RX 10 macro1613 for (i = 0; i < RTL8152_MAX_RX; i++) { in alloc_all_mem()1989 return atomic_read(&tp->rx_count) > RTL8152_MAX_RX; in rx_count_exceed()2501 if (++i > RTL8152_MAX_RX) { in rtl_start_rx()5279 if (ring->rx_pending < (RTL8152_MAX_RX * 2)) in rtl8152_set_ringparam()5686 tp->rx_pending = 10 * RTL8152_MAX_RX; in rtl8152_probe()