Searched defs:_st (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/net80211/ |
H A D | ieee80211_freebsd.h | 197 #define IEEE80211_SCAN_TABLE_LOCK_INIT(_st, _name) \ argument 198 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF) argument 199 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock) argument 204 #define IEEE80211_SCAN_ITER_LOCK_INIT(_st, _name) \ argument 205 mtx_init(&(_st) argument 195 IEEE80211_SCAN_TABLE_LOCK_INIT(_st,_name) global() argument 202 IEEE80211_SCAN_ITER_LOCK_INIT(_st,_name) global() argument 206 IEEE80211_SCAN_ITER_UNLOCK(_st) global() argument [all...] |
H A D | ieee80211_sta.c | 1399 ISREASSOC(_st) sta_recv_mgmt() argument
|
H A D | ieee80211_scan_sta.c | 242 #define ISPROBE(_st) ((_st) == IEEE80211_FC0_SUBTYPE_PROBE_RESP) in sta_add() argument
|
/freebsd-src/sys/dev/ath/ |
H A D | if_ath_tx.h | 41 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
|
H A D | if_athvar.h | 1535 #define ath_hal_btcoex_mci_state(_ah, _st, _pd) \ argument
|
/freebsd-src/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 110 struct l_fpreg _st[8]; member
|