Home
last modified time | relevance | path

Searched refs:av_set_tim (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ath/
HDif_ath.c1659 avp->av_set_tim = vap->iv_set_tim; in ath_vap_create()
6735 if (avp->av_set_tim == NULL) { in ath_node_set_tim()
6771 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6782 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6795 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6820 if (avp->av_set_tim == NULL) in ath_node_set_tim()
6823 return (avp->av_set_tim(ni, enable)); in ath_node_set_tim()
6867 if (avp->av_set_tim == NULL) in ath_tx_update_tim()
6882 (void) avp->av_set_tim(ni, 1); in ath_tx_update_tim()
6902 (void) avp->av_set_tim(ni, 0); in ath_tx_update_tim()
HDif_athvar.h491 int (*av_set_tim)(struct ieee80211_node *, int); member