Searched defs:opmode (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.c62 #define opmode(t,a,b,c,m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) macro
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlopcodes.c72 #define opmode(t,a,b,c,m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) macro
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c98 ar5312SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) argument
142 ar5312RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) argument
H A Dar5312_reset.c89 ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode, argument
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c36 ar9300_beacon_init(struct ath_hal *ah, u_int32_t next_beacon, u_int32_t beacon_period, u_int32_t beacon_period_fraction, HAL_OPMODE opmode) argument
H A Dar9300_freebsd.c331 ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode, argument
/freebsd-11-stable/sys/dev/mwl/
H A Dmwldiag.h88 uint32_t opmode; /* operating mode */ member in struct:__anon11032
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_he.c47 hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, enum ieee80211_op_mode opmode) argument
264 check_valid_he_mcs(struct hostapd_data *hapd, const u8 *sta_he_capab, enum ieee80211_op_mode opmode) argument
322 copy_sta_he_capab(struct hostapd_data *hapd, struct sta_info *sta, enum ieee80211_op_mode opmode, const u8 *he_capab, size_t he_capab_len) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c543 ar5416AniReset(struct ath_hal *ah, const struct ieee80211_channel *chan, HAL_OPMODE opmode, int restore) argument
H A Dar5416_reset.c76 ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode, argument
661 ar5416InitIMR(struct ath_hal *ah, HAL_OPMODE opmode) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c586 ar5212AniReset(struct ath_hal *ah, const struct ieee80211_channel *chan, HAL_OPMODE opmode, int restore) argument
H A Dar5212_misc.c663 ar5212Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode) argument
681 ar5212SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) argument
738 ar5212RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) argument
H A Dar5212_reset.c117 ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode, argument
802 ar5212SetOperatingMode(struct ath_hal *ah, int opmode) argument
[all...]
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c316 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c70 ar5210Reset(struct ath_hal *ah, HAL_OPMODE opmode, argument
309 ar5210SetOperatingMode(struct ath_hal *ah, int opmode) argument
[all...]
/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c483 uint32_t fwreadysig, opmode; local
H A Dif_malo.c324 malo_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c484 wi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c559 ural_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/net80211/
H A Dieee80211.c1660 media_status(enum ieee80211_opmode opmode, const struct ieee80211_channel *chan) argument
477 ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c363 rt2560_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c917 enum machine_mode opmode = GET_MODE (op); local
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c155 ar5211Reset(struct ath_hal *ah, HAL_OPMODE opmode, argument
2088 ar5211SetOperatingMode(struct ath_hal *ah, int opmode) argument
[all...]
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c388 int opmode; member in struct:wlanstatfoo_p
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1554 phy_info_iftype_copy(struct he_capabilities *he_capab, enum ieee80211_op_mode opmode, struct nlattr **tb, struct nlattr **tb_flags) argument

Completed in 309 milliseconds

123