Searched refs:ext_chan_busy (Results 1 – 2 of 2) sorted by relevance
38 static int dfs_adjust_pri_per_chan_busy(int ext_chan_busy, int pri_margin) in dfs_adjust_pri_per_chan_busy() argument42 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() argument65 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() argument83 *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 …]
161 uint32_t ext_chan_busy = 0; in lmac_get_ext_busy() local168 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()