Home
last modified time | relevance | path

Searched defs:opmode (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-13.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c100 ar5312SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5312SetupClock()
144 ar5312RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5312RestoreClock()
H A Dar5312_reset.c91 ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5312Reset()
/freebsd-13.1/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c547 struct opmode { struct
552 static const struct opmode opmodes[] = { argument
565 const struct opmode *opmode; in main() local
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11_he.c84 enum ieee80211_op_mode opmode) in hostapd_eid_he_capab()
394 enum ieee80211_op_mode opmode) in check_valid_he_mcs()
452 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab()
/freebsd-13.1/sys/net80211/
H A Dieee80211_vht.c346 struct ieee80211_ie_vhtcap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie()
685 int opmode; in ieee80211_add_vhtcap() local
864 struct ieee80211_ie_vht_operation *vhtop, int opmode) in ieee80211_vht_get_vhtinfo_ie()
H A Dieee80211.c525 const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, in ieee80211_vap_setup()
2180 media_status(enum ieee80211_opmode opmode, const struct ieee80211_channel *chan) in media_status()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlopcodes.c63 #define opmode(t,a,b,c,m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) macro
/freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c38 u_int32_t beacon_period_fraction, HAL_OPMODE opmode) in ar9300_beacon_init()
H A Dar9300_stub_funcs.c556 ar9300_Stub_Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_Use32KHzclock()
564 ar9300_Stub_SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_SetupClock()
571 ar9300_Stub_RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_RestoreClock()
766 ar9300_Stub_Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_Stub_Reset()
786 ar9300_Stub_SetOperatingMode(struct ath_hal *ah, int opmode) in ar9300_Stub_SetOperatingMode()
H A Dar9300_freebsd.c527 ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_reset_freebsd()
H A Dar9300_reset.c1362 ar9300_set_operating_mode(struct ath_hal *ah, int opmode) in ar9300_set_operating_mode()
4176 ar9300_init_interrupt_masks(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_init_interrupt_masks()
4515 ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_channel *chan, in ar9300_reset()
/freebsd-13.1/sys/dev/mwl/
H A Dmwldiag.h90 uint32_t opmode; /* operating mode */ member
/freebsd-13.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c72 ar5210Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5210Reset()
311 ar5210SetOperatingMode(struct ath_hal *ah, int opmode) in ar5210SetOperatingMode()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c665 ar5212Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5212Use32KHzclock()
683 ar5212SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5212SetupClock()
740 ar5212RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5212RestoreClock()
H A Dar5212_ani.c589 HAL_OPMODE opmode, int restore) in ar5212AniReset()
H A Dar5212_reset.c119 ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5212Reset()
804 ar5212SetOperatingMode(struct ath_hal *ah, int opmode) in ar5212SetOperatingMode()
/freebsd-13.1/sys/dev/rtwn/
H A Dif_rtwn.c404 enum ieee80211_opmode opmode, int id) in rtwn_vap_decrement_counters()
472 enum ieee80211_opmode opmode, int flags, in rtwn_vap_create()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c545 HAL_OPMODE opmode, int restore) in ar5416AniReset()
H A Dar5416_reset.c78 ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5416Reset()
664 ar5416InitIMR(struct ath_hal *ah, HAL_OPMODE opmode) in ar5416InitIMR()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c157 ar5211Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5211Reset()
2090 ar5211SetOperatingMode(struct ath_hal *ah, int opmode) in ar5211SetOperatingMode()
/freebsd-13.1/sys/dev/wtap/
H A Dif_wtap.c310 int unit, enum ieee80211_opmode opmode, int flags, in wtap_vap_create()
/freebsd-13.1/sys/dev/malo/
H A Dif_malohal.c485 uint32_t fwreadysig, opmode; in malo_hal_fwload() local
/freebsd-13.1/contrib/lua/src/
H A Dlopcodes.h385 #define opmode(mm,ot,it,t,a,m) \ macro
/freebsd-13.1/sys/dev/iwi/
H A Dif_iwi.c485 enum ieee80211_opmode opmode, int flags, in iwi_vap_create()
2210 iwi_get_firmware(struct iwi_softc *sc, enum ieee80211_opmode opmode) in iwi_get_firmware()
/freebsd-13.1/tools/tools/net80211/wlanstats/
H A Dwlanstats.c392 int opmode; member

123