Lines Matching defs:enable

134  * Only enable this if you're working on PS-POLL support.
471 * So, let's also figure out how to enable BT diversity for AR9485.
635 sc->sc_invalid = 0; /* ready to go, enable interrupt handling */
681 * errors. If so we need to enable the MIB interrupt
897 * Auto-enable soft led processing for IBM cards and for
898 * 5211 minipci cards. Users can also manually enable/disable
951 * in one cache slot automatically enable use.
1187 * Ie - don't enable STBC TX if only one chain is enabled.
1708 * have h/w support for TSF adjusting; enable
3025 * Release the reset lock and re-enable interrupts here.
3028 * to atomically enable interrupts and decrement the
3030 * disabling interrupts without a corresponding enable
5258 * hardware at the new frequency, and then re-enable
5319 * Re-enable rx framework.
5348 * Re-enable interrupts.
6061 * transitions so we must re-enable interrupts here to
6661 ath_node_powersave(struct ieee80211_node *ni, int enable)
6671 DPRINTF(sc, ATH_DEBUG_NODE_PWRSAVE, "%s: %6D: enable=%d\n",
6675 !! enable);
6678 if (enable)
6684 avp->av_node_ps(ni, enable);
6689 avp->av_node_ps(ni, enable);
6729 ath_node_set_tim(struct ieee80211_node *ni, int enable)
6739 an->an_stack_psq = enable;
6767 if (enable && an->an_tim_set == 1) {
6769 "%s: %6D: enable=%d, tim_set=1, ignoring\n",
6773 enable);
6775 } else if (enable) {
6777 "%s: %6D: enable=%d, enabling TIM\n",
6781 enable);
6784 changed = avp->av_set_tim(ni, enable);
6788 "%s: %6D: enable=%d, an_swq_depth == 0, disabling\n",
6792 enable);
6795 changed = avp->av_set_tim(ni, enable);
6801 "%s: %6D: enable=%d, an_pwrsave=0, disabling\n",
6805 enable);
6808 changed = avp->av_set_tim(ni, enable);
6817 "%s: %6D: enable=%d, an_swq_depth > 0, ignoring\n",
6821 enable);
6836 return (avp->av_set_tim(ni, enable));
6863 int enable)
6885 if (enable) {