Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c363 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD); in ieee80211_com_vincref()
366 atomic_subtract_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD); in ieee80211_com_vincref()
372 atomic_subtract_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD); in ieee80211_com_vincref()
384 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD); in ieee80211_com_vdecref()
H A Dieee80211_var.h737 #define IEEE80211_COM_REF_ADD 0x00000002 /* add / remove reference */ macro