Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dbwirf.h62 bwi_rf_off(struct bwi_mac *_mac) in bwi_rf_off() argument
64 _mac->mac_rf.rf_off(_mac); in bwi_rf_off()
67 _mac->mac_rf.rf_flags &= ~BWI_RF_F_ON; in bwi_rf_off()
71 bwi_rf_on(struct bwi_mac *_mac) in bwi_rf_on() argument
73 if (_mac->mac_rf.rf_flags & BWI_RF_F_ON) in bwi_rf_on()
76 _mac->mac_rf.rf_on(_mac); in bwi_rf_on()
79 _mac->mac_rf.rf_flags |= BWI_RF_F_ON; in bwi_rf_on()
83 bwi_rf_calc_nrssi_slope(struct bwi_mac *_mac) in bwi_rf_calc_nrssi_slope() argument
85 _mac->mac_rf.rf_calc_nrssi_slope(_mac); in bwi_rf_calc_nrssi_slope()
89 bwi_rf_set_nrssi_thr(struct bwi_mac *_mac) in bwi_rf_set_nrssi_thr() argument
[all …]
H A Dbwiphy.h62 bwi_phy_init(struct bwi_mac *_mac) in bwi_phy_init() argument
64 _mac->mac_phy.phy_init(_mac); in bwi_phy_init()
/freebsd/sys/net80211/
H A Dieee80211_var.h1067 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument
1069 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
1113 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument
1115 ieee80211_discard_mac(_vap, _mac, _type, \
1130 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) argument
1136 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) argument
/freebsd/sys/dev/ath/
H A Dif_athvar.h1066 #define ath_hal_getmac(_ah, _mac) \ argument
1067 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1068 #define ath_hal_setmac(_ah, _mac) \ argument
1069 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1092 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \ argument
1093 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1096 #define ath_hal_keysetmac(_ah, _ix, _mac) \ argument
1097 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c127 const void *_mac = mac_addr; in mt7603_wtbl_init() local
132 if (_mac) { in mt7603_wtbl_init()
134 get_unaligned_le16(_mac + 4)); in mt7603_wtbl_init()
136 get_unaligned_le32(_mac)); in mt7603_wtbl_init()
/freebsd/contrib/sendmail/src/
H A Dsendmail.h1352 MACROS_T *_mac,
1364 MACROS_T *_mac,
/freebsd/sys/net/
H A Dif_vxlan.c148 #define VXLAN_SC_FTABLE_HASH(_sc, _mac) \ argument
149 (vxlan_mac_hash(_sc, _mac) % VXLAN_SC_FTABLE_SIZE)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td704 def "_mac_e64" : MAIInst<OpName # "_mac", !cast<VOPProfileMAI>("VOPProfileMAI_" # P),