Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bwi/
HDbwirf.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 …]
HDbwiphy.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-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
HDops_impl.h384 _data, _mac, _templ) { \ argument
397 mops->mo_mac = _mac; \
474 _mac_key, _plaintext, _ciphertext, _mac, _encr_templ, _mac_templ) { \ argument
484 cmops->em_mac = _mac; \
490 _decr_key, _ciphertext, _mac, _plaintext, _mac_templ, _decr_templ) { \ argument
499 cmops->md_mac = _mac; \
HDimpl.h703 #define KCF_PROV_MAC(pd, ctx, data, _mac, req) ( \ argument
705 KCF_PROV_MAC_OPS(pd)->mac(ctx, data, _mac, req) : \
/freebsd-13-stable/sys/net80211/
HDieee80211_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-13-stable/sys/dev/ath/
HDif_athvar.h1064 #define ath_hal_getmac(_ah, _mac) \ argument
1065 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1066 #define ath_hal_setmac(_ah, _mac) \ argument
1067 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1090 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \ argument
1091 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1094 #define ath_hal_keysetmac(_ah, _ix, _mac) \ argument
1095 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/freebsd-13-stable/sys/net/
HDifdi_if.m337 const uint8_t *_mac;
HDif_vxlan.c148 #define VXLAN_SC_FTABLE_HASH(_sc, _mac) \ argument
149 (vxlan_mac_hash(_sc, _mac) % VXLAN_SC_FTABLE_SIZE)
/freebsd-13-stable/contrib/sendmail/src/
HDsendmail.h1352 MACROS_T *_mac,
1364 MACROS_T *_mac,
/freebsd-13-stable/sys/dev/bxe/
HDecore_sp.h190 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDVOP3PInstructions.td704 def "_mac_e64" : MAIInst<OpName # "_mac", !cast<VOPProfileMAI>("VOPProfileMAI_" # P),