Searched refs:RTL8152_MAX_RX (Results 1 – 1 of 1) sorted by relevance
743 #define RTL8152_MAX_RX 10 macro2019 for (i = 0; i < RTL8152_MAX_RX; i++) { in alloc_all_mem()2371 return atomic_read(&tp->rx_count) > RTL8152_MAX_RX; in rx_count_exceed()2915 if (++i > RTL8152_MAX_RX) { in rtl_start_rx()8999 if (ring->rx_pending < (RTL8152_MAX_RX * 2)) in rtl8152_set_ringparam()9677 tp->rx_pending = 10 * RTL8152_MAX_RX; in rtl8152_probe()