Home
last modified time | relevance | path

Searched refs:napi_threshold (Results 1 – 4 of 4) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drecv_linux.c466 if (dvobj->traffic_stat.cur_rx_tp > registry->napi_threshold) in dynamic_napi_th_chk()
Drtw_proc.c4095 pregistrypriv->napi_threshold, in proc_get_napi_info()
4128 RTW_INFO("%s: Last threshold = %d Mbps\n", __FUNCTION__, registry->napi_threshold); in proc_set_napi_th()
4139 registry->napi_threshold = thrshld; in proc_set_napi_th()
4144 RTW_INFO("%s: New threshold = %d Mbps\n", __FUNCTION__, registry->napi_threshold); in proc_set_napi_th()
Dos_intfs.c1595 registry_par->napi_threshold = (u32)rtw_napi_threshold; in loadparam()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Ddrv_types.h487 u32 napi_threshold; /* unit: Mbps */ member