Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_vbd.h78 #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 Dmm_ndismono.h66 #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 Dmm_solaris.h54 #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 Dmm.h88 #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 Dmm_linux.h67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) argument
/titanic_44/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h126 #define SES_NV_CTL64(_l, _n, _v) \ argument
133 #define SES_NV_CTL16(_l, _n, _v) \ argument
/titanic_44/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h110 #define ZULU_MAP_HASH_VAL(_v, _s) (((_v) >> ZULU_HASH_TBL_SHIFT(_s)) & \ argument
112 #define ZULU_MAP_HASH_HEAD(_zh, _v, _s) \ argument
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
H A Dnet80211_output.c322 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
H A Dnet80211_ht.c41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
42 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
/titanic_44/usr/src/uts/common/io/bpf/
H A Dbpf.c100 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_ath9k.h618 #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
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c291 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h332 #define vmem_qcache_reap(_v) /* nothing */ argument
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h75 #define ALIGN_VALUE_TO_WORD_BOUNDARY(_v) \ argument
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c1102 vattr_t _v; in nfs4open_otw() local
6985 vattr_t _v; in call_nfs4_create_req() local
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1755 #define NCA_COUNTER(_p, _v) { \ argument
/titanic_44/usr/src/uts/common/io/ath/
H A Dath_hal.h1272 #define ATH_HAL_SETTKIPSPLIT(_ah, _v) \ argument