/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_vbd.h | 78 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument 83 #define mm_atomic_add_imp(_p, _v) \ argument 85 #define mm_atomic_sub_imp(_p, _v) \ argument 88 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) argument 89 #define mm_atomic_long_and_imp(_p, _v) mm_atomic_and_imp((_p), (_v)) argument 91 #define mm_atomic_or_imp(_p, _v) InterlockedOr((long*)(_p), (long)(_v) ) argument 92 #define mm_atomic_long_or_imp(_p, _v) mm_atomic_or_imp((_p), (_v)) argument
|
H A D | mm_ndismono.h | 66 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument 71 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) argument 72 #define mm_atomic_long_and_imp(_p, _v) mm_atomic_and_imp((_p), (_v)) argument 74 #define mm_atomic_or_imp(_p, _v) InterlockedOr((long*)(_p), (long)(_v) ) argument 75 #define mm_atomic_long_or_imp(_p, _v) mm_atomic_or_imp((_p), (_v)) argument
|
H A D | mm_solaris.h | 54 #define mm_atomic_set_imp(_p, _v) \ argument 60 #define mm_atomic_and_imp(_p, _v) \ argument 62 #define mm_atomic_long_and_imp(_p, _v) \ argument 65 #define mm_atomic_or_imp(_p, _v) \ argument 67 #define mm_atomic_long_or_imp(_p, _v) \ argument
|
H A D | mm.h | 88 #define mm_atomic_set(/* u32_t* */_p, /* u32_t */_v) mm_atomic_set_imp(_p, _v) argument 93 #define mm_atomic_add(/* u32_t* */_p, /* u32_t */_v) mm_atomic_add_imp(_p, _v) argument 95 #define mm_atomic_sub(/* u32_t* */_p, /* u32_t */_v) mm_atomic_sub_imp(_p, _v) argument 97 #define mm_atomic_and(/* u32_t* */_p, /* u32_t */_v) mm_atomic_and_imp(_p, _v) argument 98 #define mm_atomic_long_and(/* unsigned long* */_p, /* unsigned long */_v) \ argument 101 #define mm_atomic_or(/* u32_t* */_p, /* u32_t */_v) mm_atomic_or_imp(_p, _v) argument 102 #define mm_atomic_long_or(/* unsigned long* */_p, /* unsigned long */_v) \ argument
|
H A D | mm_linux.h | 67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) argument
|
/illumos-gate/usr/src/uts/intel/sys/amdzen/ |
H A D | ccd.h | 192 #define SMUPWR_SOFT_DOWNCORE_SET_DISCORE(_r, _v) bitset32(_r, 7, 0, _v) argument 210 #define SMUPWR_CORE_EN_SET(_r, _v) bitset32(_r, 7, 0, _v) argument 301 #define L3SOC_SOFT_DOWNCORE_SET_DISCORE(_r, _v) bitset32(_r, 15, 0, _v) argument 316 #define L3SOC_CORE_EN_SET(_r, _v) bitset32(_r, 15, 0, _v) argument
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 126 #define SES_NV_CTL64(_l, _n, _v) \ argument 133 #define SES_NV_CTL16(_l, _n, _v) \ argument
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_input.c | 786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
|
H A D | net80211_output.c | 324 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
|
H A D | net80211_ht.c | 41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 42 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 101 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 618 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 619 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 622 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | virtchnl.h | 201 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) argument
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 293 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | x86_archext.h | 1126 #define _DECL_CHIPREV(_v, _f, _revn, _revb) \ argument 1351 #define _DECL_UARCHREV(_v, _f, _revn, _revb) \ argument 1356 #define _DECL_UARCHREV_NOREV(_v, _f, _revb) \ argument
|
/illumos-gate/usr/src/uts/common/io/bnx/include/ |
H A D | lm_defs.h | 59 #define ALIGN_VALUE_TO_WORD_BOUNDARY(_v) \ argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | lm_defs.h | 75 #define ALIGN_VALUE_TO_WORD_BOUNDARY(_v) \ argument
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 1099 vattr_t _v; in nfs4open_otw() local 6970 vattr_t _v; in call_nfs4_create_req() local
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1272 #define ATH_HAL_SETTKIPSPLIT(_ah, _v) \ argument
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_regs_mcdi.h | 72 #define MC_FW_VERSION_IS_BOOTLOADER(_v) (((_v) >> 16) == 0xb007) argument
|