Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h963 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument
965 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
1010 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument
1012 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
1029 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { } while (0) argument
1035 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { } while (0) argument
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1083 #define ath_hal_getmac(_ah, _mac) \ argument
1084 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1085 #define ath_hal_setmac(_ah, _mac) \ argument
1086 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1109 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \ argument
1110 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1113 #define ath_hal_keysetmac(_ah, _ix, _mac) \ argument
1114 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))