Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A D_sdio.c1295 u16 wde_aval; in chk_fs_enuf() local
1298 wde_aval = wde_max - wde_min; //public in chk_fs_enuf()
1300 wde_aval -= (ch_info[i].used < ch_cfg[i].min) ? in chk_fs_enuf()
1303 wde_aval += (wde_min < wde_use) ? 0 : (wde_min - wde_use); in chk_fs_enuf()
1305 if (wde_aval < tx_info->wde_rqd_num) in chk_fs_enuf()