Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dioctl.c672 if (ar->bIsDestroyProgress) { in ar6000_ioctl_tcmd_get_rx_report()
684 if (ar->bIsDestroyProgress) { in ar6000_ioctl_tcmd_get_rx_report()
786 if (ar->bIsDestroyProgress) { in ar6000_ioctl_get_target_stats()
798 if (ar->bIsDestroyProgress) { in ar6000_ioctl_get_target_stats()
1251 if (ar->bIsDestroyProgress) { in ar6000_xioctl_get_btcoex_config_cmd()
1293 if (ar->bIsDestroyProgress) { in ar6000_xioctl_get_btcoex_stats_cmd()
2368 if (ar->bIsDestroyProgress) { in ar6000_ioctl()
2380 if (ar->bIsDestroyProgress) { in ar6000_ioctl()
2865 if (ar->bIsDestroyProgress) { in ar6000_ioctl()
2877 if (ar->bIsDestroyProgress) { in ar6000_ioctl()
[all …]
Dwireless_ext.c474 if (ar->bIsDestroyProgress) { in ar6000_ioctl_siwessid()
547 if (ar->bIsDestroyProgress || ar->arWlanState == WLAN_DISABLED) { in ar6000_ioctl_siwessid()
760 if (ar->bIsDestroyProgress) { in ar6000_ioctl_giwrate()
777 if (ar->bIsDestroyProgress || ar->arWlanState == WLAN_DISABLED) { in ar6000_ioctl_giwrate()
865 if (ar->bIsDestroyProgress) { in ar6000_ioctl_giwtxpow()
877 if (ar->bIsDestroyProgress) { in ar6000_ioctl_giwtxpow()
2189 if (ar->bIsDestroyProgress) { in ar6000_ioctl_giwrange()
2201 if (ar->bIsDestroyProgress) { in ar6000_ioctl_giwrange()
2378 if (ar->bIsDestroyProgress) { in ar6000_ioctl_siwmlme()
Dar6000_pm.c554 if (ar->bIsDestroyProgress) { in ar6000_update_wlan_pwr_state()
562 if (ar->bIsDestroyProgress) { in ar6000_update_wlan_pwr_state()
Dcfg80211.c263 if(ar->bIsDestroyProgress) { in ar6k_cfg80211_connect()
287 if(ar->bIsDestroyProgress) { in ar6k_cfg80211_connect()
598 if(ar->bIsDestroyProgress) { in ar6k_cfg80211_disconnect()
Dar6000_drv.c1710 ar->bIsDestroyProgress = false; in ar6000_avail_ev()
2087 ar->bIsDestroyProgress = true; in ar6000_destroy()
4157 if (ar->bIsDestroyProgress || ar->arWmiReady == false || ar->arWlanState == WLAN_DISABLED) in ar6000_get_iwstats()
4203 if (ar->bIsDestroyProgress || ar->arWlanState == WLAN_DISABLED) { in ar6000_get_iwstats()
/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dar6000_drv.h590 bool bIsDestroyProgress; /* flag to indicate ar6k destroy is in progress */ member