Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.c67 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
80 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_ADD */
81 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_SUB */
82 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MUL */
83 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_DIV */
84 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MOD */
85 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_POW */
86 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_UNM */
91 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_EQ */
92 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_LT */
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.c63 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
75 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_ADD */
76 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_SUB */
77 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MUL */
78 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_DIV */
79 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MOD */
80 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_POW */
81 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_UNM */
86 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_EQ */
87 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_LT */
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_vht.c524 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
539 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
556 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
570 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
579 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
589 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
602 if (opmode == 1) in ieee80211_vht_get_vhtcap_ie()
659 if (opmode) { in ieee80211_vht_get_vhtcap_ie()
685 int opmode; in ieee80211_add_vhtcap() local
687 opmode = 0; in ieee80211_add_vhtcap()
[all …]
H A Dieee80211.c525 const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, in ieee80211_vap_setup() argument
559 vap->iv_opmode = opmode; in ieee80211_vap_setup()
560 vap->iv_caps |= ieee80211_opcap[opmode]; in ieee80211_vap_setup()
562 switch (opmode) { in ieee80211_vap_setup()
2169 media_status(enum ieee80211_opmode opmode, const struct ieee80211_channel *chan) in media_status() argument
2174 switch (opmode) { in media_status()
H A Dieee80211_var.h747 enum ieee80211_opmode opmode, int flags,
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c38 u_int32_t beacon_period_fraction, HAL_OPMODE opmode) in ar9300_beacon_init() argument
42 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_init()
43 if (opmode == HAL_M_IBSS) { in ar9300_beacon_init()
62 __func__, next_beacon, beacon_period, opmode, beacon_period_usec); in ar9300_beacon_init()
H A Dar9300_stub_funcs.h87 extern HAL_BOOL ar9300_Stub_Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode);
88 extern void ar9300_Stub_SetupClock(struct ath_hal *ah, HAL_OPMODE opmode);
89 extern void ar9300_Stub_RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode);
129 extern HAL_BOOL ar9300_Stub_Reset(struct ath_hal *ah, HAL_OPMODE opmode,
135 extern void ar9300_Stub_SetOperatingMode(struct ath_hal *ah, int opmode);
H A Dar9300_freebsd.c527 ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_reset_freebsd() argument
540 r = ar9300_reset(ah, opmode, chan, macmode, in ar9300_reset_freebsd()
948 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_set_beacon_timers()
949 if (opmode == HAL_M_IBSS) { in ar9300_beacon_set_beacon_timers()
H A Dar9300_stub_funcs.c556 ar9300_Stub_Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_Use32KHzclock() argument
564 ar9300_Stub_SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_SetupClock() argument
571 ar9300_Stub_RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_RestoreClock() argument
766 ar9300_Stub_Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_Stub_Reset() argument
786 ar9300_Stub_SetOperatingMode(struct ath_hal *ah, int opmode) in ar9300_Stub_SetOperatingMode() argument
H A Dar9300_freebsd.h5 extern HAL_BOOL ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode,
H A Dar9300.h1208 u_int32_t beacon_period_fraction, HAL_OPMODE opmode);
1390 extern HAL_BOOL ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode,
1394 extern HAL_BOOL ar9300_lean_channel_change(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_…
1400 extern void ar9300_set_operating_mode(struct ath_hal *ah, int opmode);
1514 extern HAL_BOOL ar9300_reset_11n(struct ath_hal *ah, HAL_OPMODE opmode,
H A Dar9300_reset.c1362 ar9300_set_operating_mode(struct ath_hal *ah, int opmode) in ar9300_set_operating_mode() argument
1368 switch (opmode) { in ar9300_set_operating_mode()
4176 ar9300_init_interrupt_masks(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_init_interrupt_masks() argument
4209 if (opmode == HAL_M_HOSTAP) { in ar9300_init_interrupt_masks()
4515 ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_channel *chan, in ar9300_reset() argument
4576 HALASSERT(ar9300_check_op_mode(opmode)); in ar9300_reset()
4977 ar9300_set_operating_mode(ah, opmode); in ar9300_reset()
5042 ar9300_init_interrupt_masks(ah, opmode); in ar9300_reset()
5058 AH_PRIVATE(ah)->ah_opmode = opmode; /* record operating mode */ in ar9300_reset()
/f-stack/tools/ifconfig/
H A Difieee80211.c3872 enum ieee80211_opmode opmode = get80211opmode(s); in list_stations() local
3878 if (opmode == IEEE80211_M_STA) { in list_stations()
3892 if (opmode == IEEE80211_M_MBSS) in list_stations()
3925 if (opmode == IEEE80211_M_MBSS) in list_stations()
4857 enum ieee80211_opmode opmode = get80211opmode(s); in ieee80211_status() local
4880 if (opmode == IEEE80211_M_MBSS) { in ieee80211_status()
5116 if (opmode == IEEE80211_M_STA || verbose) { in ieee80211_status()
5444 if (opmode == IEEE80211_M_HOSTAP) { in ieee80211_status()
5500 if (opmode == IEEE80211_M_AHDEMO) { in ieee80211_status()
5520 if (opmode == IEEE80211_M_MBSS) { in ieee80211_status()