Searched refs:_mac (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/bwi/
H A Dbwirf.h61 bwi_rf_off(struct bwi_mac *_mac) argument
63 _mac->mac_rf.rf_off(_mac);
66 _mac->mac_rf.rf_flags &= ~BWI_RF_F_ON;
70 bwi_rf_on(struct bwi_mac *_mac) argument
72 if (_mac->mac_rf.rf_flags & BWI_RF_F_ON)
75 _mac->mac_rf.rf_on(_mac);
78 _mac->mac_rf.rf_flags |= BWI_RF_F_ON;
82 bwi_rf_calc_nrssi_slope(struct bwi_mac *_mac) argument
88 bwi_rf_set_nrssi_thr(struct bwi_mac *_mac) argument
94 bwi_rf_calc_rssi(struct bwi_mac *_mac, const struct bwi_rxbuf_hdr *_hdr) argument
100 bwi_rf_calc_noise(struct bwi_mac *_mac) argument
106 bwi_rf_lo_update(struct bwi_mac *_mac) argument
[all...]
H A Dbwiphy.h61 bwi_phy_init(struct bwi_mac *_mac) argument
63 _mac->mac_phy.phy_init(_mac);
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_var.h947 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \
949 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
991 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
993 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
1007 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...)
1013 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...)
/freebsd-11.0-release/sys/dev/ath/
H A Dif_athvar.h1060 #define ath_hal_getmac(_ah, _mac) \
1061 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1062 #define ath_hal_setmac(_ah, _mac) \
1063 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1086 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \
1087 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1090 #define ath_hal_keysetmac(_ah, _ix, _mac) \
1091 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/freebsd-11.0-release/contrib/sendmail/src/
H A Dsendmail.h1164 MACROS_T *_mac,
1176 MACROS_T *_mac,
/freebsd-11.0-release/sys/net/
H A Dif_vxlan.c129 #define VXLAN_SC_FTABLE_HASH(_sc, _mac) \
130 (vxlan_mac_hash(_sc, _mac) % VXLAN_SC_FTABLE_SIZE)
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_sp.h193 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE

Completed in 96 milliseconds