Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dvht.c504 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local
539 new_bw = ieee80211_sta_cur_vht_bw(sta); in __ieee80211_vht_handle_opmode()
540 if (new_bw != sta->sta.bandwidth) { in __ieee80211_vht_handle_opmode()
541 sta->sta.bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
Drx.c3162 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local
3177 new_bw = ieee80211_sta_cur_vht_bw(rx->sta); in ieee80211_rx_h_action()
3179 if (rx->sta->sta.bandwidth == new_bw) in ieee80211_rx_h_action()
3182 rx->sta->sta.bandwidth = new_bw; in ieee80211_rx_h_action()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dsched.h383 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() argument
385 return (dl_b->bw != -1) && (cap_scale(dl_b->bw, cap) < (dl_b->total_bw - old_bw + new_bw)); in __dl_overflow()