Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c99 #define CUSTOM_RETRY_MASK 0xff000000 macro
1703 if ((requested_dwell & CUSTOM_RETRY_MASK) && in brcmf_p2p_check_dwell_overflow()
1705 (requested_dwell & ~CUSTOM_RETRY_MASK))) { in brcmf_p2p_check_dwell_overflow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.h401 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
H A Dwl_cfg80211.c8970 if ((requested_dwell & CUSTOM_RETRY_MASK) && in wl_cfg80211_check_dwell_overflow()
8972 (requested_dwell & ~CUSTOM_RETRY_MASK))) { in wl_cfg80211_check_dwell_overflow()
9093 if (requested_dwell & CUSTOM_RETRY_MASK) { in wl_cfg80211_send_action_frame()
9095 (requested_dwell & CUSTOM_RETRY_MASK) >> 24; in wl_cfg80211_send_action_frame()
9097 (requested_dwell & ~CUSTOM_RETRY_MASK); in wl_cfg80211_send_action_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.h401 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
H A Dwl_cfg80211.c9018 if ((requested_dwell & CUSTOM_RETRY_MASK) && in wl_cfg80211_check_dwell_overflow()
9020 (requested_dwell & ~CUSTOM_RETRY_MASK))) { in wl_cfg80211_check_dwell_overflow()
9141 if (requested_dwell & CUSTOM_RETRY_MASK) { in wl_cfg80211_send_action_frame()
9143 (requested_dwell & CUSTOM_RETRY_MASK) >> 24; in wl_cfg80211_send_action_frame()
9145 (requested_dwell & ~CUSTOM_RETRY_MASK); in wl_cfg80211_send_action_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c376 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
7983 if ((requested_dwell & CUSTOM_RETRY_MASK) && in wl_cfg80211_check_dwell_overflow()
7985 (requested_dwell & ~CUSTOM_RETRY_MASK))) { in wl_cfg80211_check_dwell_overflow()
8065 if (requested_dwell & CUSTOM_RETRY_MASK) { in wl_cfg80211_send_action_frame()
8067 (requested_dwell & CUSTOM_RETRY_MASK) >> 24; in wl_cfg80211_send_action_frame()
8069 (requested_dwell & ~CUSTOM_RETRY_MASK); in wl_cfg80211_send_action_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c443 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
9884 if ((requested_dwell & CUSTOM_RETRY_MASK) &&
9886 (requested_dwell & ~CUSTOM_RETRY_MASK))) {
9978 if (requested_dwell & CUSTOM_RETRY_MASK) {
9980 (requested_dwell & CUSTOM_RETRY_MASK) >> 24;
9982 (requested_dwell & ~CUSTOM_RETRY_MASK);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c443 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
9882 if ((requested_dwell & CUSTOM_RETRY_MASK) &&
9884 (requested_dwell & ~CUSTOM_RETRY_MASK))) {
9976 if (requested_dwell & CUSTOM_RETRY_MASK) {
9978 (requested_dwell & CUSTOM_RETRY_MASK) >> 24;
9980 (requested_dwell & ~CUSTOM_RETRY_MASK);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c435 #define CUSTOM_RETRY_MASK 0xff000000 /* Mask for retry counter of custom dwell time */ macro
9779 if ((requested_dwell & CUSTOM_RETRY_MASK) &&
9781 (requested_dwell & ~CUSTOM_RETRY_MASK))) {
9873 if (requested_dwell & CUSTOM_RETRY_MASK) {
9875 (requested_dwell & CUSTOM_RETRY_MASK) >> 24;
9877 (requested_dwell & ~CUSTOM_RETRY_MASK);