Searched refs:RTL8152_MAX_RX (Results 1 – 1 of 1) sorted by relevance
646 #define RTL8152_MAX_RX 10 macro1837 for (i = 0; i < RTL8152_MAX_RX; i++) { in alloc_all_mem()2189 return atomic_read(&tp->rx_count) > RTL8152_MAX_RX; in rx_count_exceed()2701 if (++i > RTL8152_MAX_RX) { in rtl_start_rx()6341 if (ring->rx_pending < (RTL8152_MAX_RX * 2)) in rtl8152_set_ringparam()6804 tp->rx_pending = 10 * RTL8152_MAX_RX; in rtl8152_probe()