Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_misc.c38 static int dfs_adjust_pri_per_chan_busy(int ext_chan_busy, int pri_margin) in dfs_adjust_pri_per_chan_busy() argument
42 if (ext_chan_busy > DFS_EXT_CHAN_LOADING_THRESH) { in dfs_adjust_pri_per_chan_busy()
43 adjust_pri = ((ext_chan_busy - DFS_EXT_CHAN_LOADING_THRESH) * in dfs_adjust_pri_per_chan_busy()
61 static int dfs_adjust_thresh_per_chan_busy(int ext_chan_busy, int thresh) in dfs_adjust_thresh_per_chan_busy() argument
65 if (ext_chan_busy > DFS_EXT_CHAN_LOADING_THRESH) { in dfs_adjust_thresh_per_chan_busy()
66 adjust_thresh = ((ext_chan_busy - DFS_EXT_CHAN_LOADING_THRESH) * in dfs_adjust_thresh_per_chan_busy()
81 int *ext_chan_busy) in dfs_get_cached_ext_chan_busy() argument
83 *ext_chan_busy = 0; in dfs_get_cached_ext_chan_busy()
89 *ext_chan_busy = dfs->dfs_rinfo.dfs_ext_chan_busy; in dfs_get_cached_ext_chan_busy()
92 *ext_chan_busy, in dfs_get_cached_ext_chan_busy()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
H A Dwlan_dfs_lmac_api.c161 uint32_t ext_chan_busy = 0; in lmac_get_ext_busy() local
168 return ext_chan_busy; in lmac_get_ext_busy()
174 dfs_tx_ops->dfs_get_ext_busy(pdev, &ext_chan_busy); in lmac_get_ext_busy()
176 return ext_chan_busy; in lmac_get_ext_busy()