Home
last modified time | relevance | path

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

/freebsd-14.2/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()
71 bwi_rf_on(struct bwi_mac *_mac) in bwi_rf_on() argument
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()
85 _mac->mac_rf.rf_calc_nrssi_slope(_mac); in bwi_rf_calc_nrssi_slope()
91 _mac->mac_rf.rf_set_nrssi_thr(_mac); in bwi_rf_set_nrssi_thr()
97 return _mac->mac_rf.rf_calc_rssi(_mac, _hdr); in bwi_rf_calc_rssi()
103 return _mac->mac_rf.rf_calc_noise(_mac); in bwi_rf_calc_noise()
107 bwi_rf_lo_update(struct bwi_mac *_mac) in bwi_rf_lo_update() 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-14.2/sys/net80211/
H A Dieee80211_var.h1039 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument
1041 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
1085 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument
1087 ieee80211_discard_mac(_vap, _mac, _type, \
1102 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) argument
1108 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) argument
/freebsd-14.2/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-14.2/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-14.2/contrib/sendmail/src/
H A Dsendmail.h1352 MACROS_T *_mac,
1364 MACROS_T *_mac,
/freebsd-14.2/sys/dev/bxe/
H A Decore_sp.h190 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE argument
/freebsd-14.2/sys/net/
H A Dif_vxlan.c149 #define VXLAN_SC_FTABLE_HASH(_sc, _mac) \ argument
150 (vxlan_mac_hash(_sc, _mac) % VXLAN_SC_FTABLE_SIZE)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td697 def "_mac_e64" : MAIInst<OpName # "_mac", !cast<VOPProfileMAI>("VOPProfileMAI_" # P),