Home
last modified time | relevance | path

Searched defs:_flag (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/ddb/
H A Dddb.h145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument
182 #define DB_TABLE_COMMAND_FLAGS(_table, _name, _func, _flag) \ argument
192 #define DB_TABLE_ALIAS_FLAGS(_table, _name, _func, _flag) \ argument
/freebsd/sys/dev/bhnd/
H A Dbhndreg.h84 #define BHND_CCS_GET_FLAG(_value, _flag) \ argument
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c280 #define CC_TFS(_flag) (caps->_flag ? "yes" : "no") in chipc_print_caps() argument
H A Dchipcreg.h46 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) argument
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h50 #define BHND_NVSTORE_GET_FLAG(_value, _flag) \ argument
/freebsd/sys/dev/sfxge/common/
H A Def10_nic.c1091 #define CAP_FLAGS1(_req, _flag) \ in ef10_get_datapath_caps() argument
1095 #define CAP_FLAGS2(_req, _flag) \ in ef10_get_datapath_caps() argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c211 #define MT76_FILTER(_flag, _hw) do { \ in mt76x02_configure_filter() argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h414 #define SAVE_CCK(_ah, _chan, _flag) do { \ argument
423 #define RESTORE_CCK(_ah, _chan, _flag) do { \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c251 #define MT76_FILTER(_flag, _hw) do { \ in mt7603_configure_filter() argument
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_dmp.h46 #define BCMA_DMP_GET_FLAG(_value, _flag) \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c498 #define MT76_FILTER(_flag, _hw) do { \ in mt7615_configure_filter() argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c564 #define MT76_FILTER(_flag, _hw) do { \ in mt7996_configure_filter() argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c536 #define MT76_FILTER(_flag, _hw) do { \ in mt7915_configure_filter() argument
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h338 #define RELEASE_LOCK(_flag) _flag = FALSE; argument
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmureg.h28 #define BHND_PMU_GET_FLAG(_value, _flag) \ argument
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c274 #define XOF_BIT_ISSET(_flag, _bit) (((_flag) & (_bit)) ? 1 : 0) argument
275 #define XOF_BIT_SET(_flag, _bit) do { (_flag) |= (_bit); } while (0) argument
276 #define XOF_BIT_CLEAR(_flag, _bit) do { (_flag) &= ~(_bit); } while (0) argument
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1219 #define ieee80211_hw_set(_hw, _flag) \ argument
1221 #define ieee80211_hw_check(_hw, _flag) \ argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c234 #define EXPAND_CASE(_flag) \ in lkpi_nl80211_sta_info_to_str() argument