Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_types.h329 #define EFX_DWORD_VAL(_dword) \ argument
516 #define EFX_DWORD_IS_ZERO(_dword) \ argument
517 (((_dword).ed_u32[0]) == 0)
543 #define EFX_DWORD_IS_SET(_dword) \ argument
1043 #define EFX_ZERO_DWORD(_dword) \ argument
1046 #define EFX_SET_DWORD(_dword) \ argument
1047 EFX_POPULATE_DWORD_1(_dword, \
1284 (_dword).ed_u32[0] = (((_dword).ed_u32[0] & \
1452 (_dword).ed_u32[0] |= \
1459 (_dword).ed_u32[0] &= \
[all …]