/freebsd/sys/ddb/ |
H A D | ddb.h | 145 #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 D | bhndreg.h | 84 #define BHND_CCS_GET_FLAG(_value, _flag) \ argument
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_subr.c | 280 #define CC_TFS(_flag) (caps->_flag ? "yes" : "no") in chipc_print_caps() argument
|
H A D | chipcreg.h | 46 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) argument
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_storevar.h | 50 #define BHND_NVSTORE_GET_FLAG(_value, _flag) \ argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_nic.c | 1091 #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 D | mt76x02_util.c | 211 #define MT76_FILTER(_flag, _hw) do { \ in mt76x02_configure_filter() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212.h | 414 #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 D | main.c | 251 #define MT76_FILTER(_flag, _hw) do { \ in mt7603_configure_filter() argument
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_dmp.h | 46 #define BCMA_DMP_GET_FLAG(_value, _flag) \ argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | main.c | 498 #define MT76_FILTER(_flag, _hw) do { \ in mt7615_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | main.c | 564 #define MT76_FILTER(_flag, _hw) do { \ in mt7996_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | main.c | 536 #define MT76_FILTER(_flag, _hw) do { \ in mt7915_configure_filter() argument
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 338 #define RELEASE_LOCK(_flag) _flag = FALSE; argument
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmureg.h | 28 #define BHND_PMU_GET_FLAG(_value, _flag) \ argument
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 274 #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 D | mac80211.h | 1219 #define ieee80211_hw_set(_hw, _flag) \ argument 1221 #define ieee80211_hw_check(_hw, _flag) \ argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 234 #define EXPAND_CASE(_flag) \ in lkpi_nl80211_sta_info_to_str() argument
|