Searched refs:RTL8152_MAX_RX (Results 1 – 1 of 1) sorted by relevance
743 #define RTL8152_MAX_RX 10 macro2130 for (i = 0; i < RTL8152_MAX_RX; i++) { in alloc_all_mem()2484 return atomic_read(&tp->rx_count) > RTL8152_MAX_RX; in rx_count_exceed()3078 if (++i > RTL8152_MAX_RX) { in rtl_start_rx()9195 if (ring->rx_pending < (RTL8152_MAX_RX * 2)) in rtl8152_set_ringparam()9908 tp->rx_pending = 10 * RTL8152_MAX_RX; in rtl8152_probe_once()