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

/freebsd-9.3-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-9.3-release/sys/dev/ath/
H A Dif_athvar.h408 #define ath_hal_getmac(_ah, _mac) \
409 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
410 #define ath_hal_setmac(_ah, _mac) \
411 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
432 #define ath_hal_keyset(_ah, _ix, _pk, _mac) \
433 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
436 #define ath_hal_keysetmac(_ah, _ix, _mac) \
437 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_var.h858 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \
860 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
902 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
904 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
918 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...)
924 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...)
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.h193 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsendmail.h1119 MACROS_T *_mac,
1131 MACROS_T *_mac,

Completed in 182 milliseconds