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

/freebsd-10-stable/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-10-stable/sys/net80211/
H A Dieee80211_var.h911 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \
913 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
955 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
957 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
971 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...)
977 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...)
/freebsd-10-stable/sys/dev/ath/
H A Dif_athvar.h1021 #define ath_hal_getmac(_ah, _mac) \
1022 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1023 #define ath_hal_setmac(_ah, _mac) \
1024 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1045 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \
1046 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1049 #define ath_hal_keysetmac(_ah, _ix, _mac) \
1050 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/freebsd-10-stable/contrib/sendmail/src/
H A Dsendmail.h1164 MACROS_T *_mac,
1176 MACROS_T *_mac,
/freebsd-10-stable/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-10-stable/sys/dev/bxe/
H A Decore_sp.h193 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE

Completed in 115 milliseconds