Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath.c1661 avp->av_set_tim = vap->iv_set_tim; in ath_vap_create()
6737 if (avp->av_set_tim == NULL) { in ath_node_set_tim()
6773 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6784 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6797 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()
6822 if (avp->av_set_tim == NULL) in ath_node_set_tim()
6825 return (avp->av_set_tim(ni, enable)); in ath_node_set_tim()
6869 if (avp->av_set_tim == NULL) in ath_tx_update_tim()
6884 (void) avp->av_set_tim(ni, 1); in ath_tx_update_tim()
6904 (void) avp->av_set_tim(ni, 0); in ath_tx_update_tim()
Dif_athvar.h493 int (*av_set_tim)(struct ieee80211_node *, int); member