Home
last modified time | relevance | path

Searched refs:rtl8168_rx_quota (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168.h369 #define rtl8168_rx_quota(count, quota) min(count, quota) macro
372 #define rtl8168_rx_quota(count, quota) count macro
Dr8168_n.c28082 rx_left = rtl8168_rx_quota(rx_left, (u32)rx_quota);