Searched refs:_psq (Results 1 – 1 of 1) sorted by relevance
150 #define IEEE80211_PSQ_INIT(_psq, _name) \ argument151 mtx_init(&(_psq)->psq_lock, _name, "802.11 ps q", MTX_DEF)152 #define IEEE80211_PSQ_DESTROY(_psq) mtx_destroy(&(_psq)->psq_lock) argument153 #define IEEE80211_PSQ_LOCK(_psq) mtx_lock(&(_psq)->psq_lock) argument154 #define IEEE80211_PSQ_UNLOCK(_psq) mtx_unlock(&(_psq)->psq_lock) argument