Symbol: FIX_LINT
usr/src/uts/common/io/sfxge/common/efx_types.h
1344
__CPU_TO_LE_64(EFX_SHIFT64(_bit, FIX_LINT(64))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1354
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(32))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1356
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(64))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1358
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(96))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1368
__CPU_TO_LE_64(~EFX_SHIFT64(_bit, FIX_LINT(64))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1378
__CPU_TO_LE_32(~EFX_SHIFT32(_bit, FIX_LINT(32))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1380
__CPU_TO_LE_32(~EFX_SHIFT32(_bit, FIX_LINT(64))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1382
__CPU_TO_LE_32(~EFX_SHIFT32(_bit, FIX_LINT(96))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1390
__CPU_TO_LE_64(EFX_SHIFT64(_bit, FIX_LINT(64)))))
usr/src/uts/common/io/sfxge/common/efx_types.h
1396
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(32)))) || \
usr/src/uts/common/io/sfxge/common/efx_types.h
1398
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(64)))) || \
usr/src/uts/common/io/sfxge/common/efx_types.h
1400
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(96)))))
usr/src/uts/common/io/sfxge/common/efx_types.h
1417
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(32))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1435
__CPU_TO_LE_32(~EFX_SHIFT32(_bit, FIX_LINT(32))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1447
__CPU_TO_LE_32(EFX_SHIFT32(_bit, FIX_LINT(32)))))
usr/src/uts/common/io/sfxge/common/efx_types.h
1472
__CPU_TO_LE_16(EFX_SHIFT16(_bit, FIX_LINT(0))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1479
__CPU_TO_LE_16(~EFX_SHIFT16(_bit, FIX_LINT(0))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1485
__CPU_TO_LE_16(EFX_SHIFT16(_bit, FIX_LINT(0)))) != 0)
usr/src/uts/common/io/sfxge/common/efx_types.h
1491
__NATIVE_8(EFX_SHIFT8(_bit, FIX_LINT(0))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1498
__NATIVE_8(~EFX_SHIFT8(_bit, FIX_LINT(0))); \
usr/src/uts/common/io/sfxge/common/efx_types.h
1504
__NATIVE_8(EFX_SHIFT8(_bit, FIX_LINT(0)))) != 0)
usr/src/uts/common/io/sfxge/common/efx_types.h
370
((FIX_LINT(_low > _max) || FIX_LINT(_high < _min)) ? \
usr/src/uts/common/io/sfxge/common/efx_types.h
405
(EFX_EXTRACT64((_oword).eo_u64[0], FIX_LINT(0), FIX_LINT(63), \
usr/src/uts/common/io/sfxge/common/efx_types.h
407
EFX_EXTRACT64((_oword).eo_u64[1], FIX_LINT(64), FIX_LINT(127), \
usr/src/uts/common/io/sfxge/common/efx_types.h
411
(EFX_EXTRACT32((_oword).eo_u32[0], FIX_LINT(0), FIX_LINT(31), \
usr/src/uts/common/io/sfxge/common/efx_types.h
413
EFX_EXTRACT32((_oword).eo_u32[1], FIX_LINT(32), FIX_LINT(63), \
usr/src/uts/common/io/sfxge/common/efx_types.h
415
EFX_EXTRACT32((_oword).eo_u32[2], FIX_LINT(64), FIX_LINT(95), \
usr/src/uts/common/io/sfxge/common/efx_types.h
417
EFX_EXTRACT32((_oword).eo_u32[3], FIX_LINT(96), FIX_LINT(127), \
usr/src/uts/common/io/sfxge/common/efx_types.h
421
(EFX_EXTRACT64((_qword).eq_u64[0], FIX_LINT(0), FIX_LINT(63), \
usr/src/uts/common/io/sfxge/common/efx_types.h
425
(EFX_EXTRACT32((_qword).eq_u32[0], FIX_LINT(0), FIX_LINT(31), \
usr/src/uts/common/io/sfxge/common/efx_types.h
427
EFX_EXTRACT32((_qword).eq_u32[1], FIX_LINT(32), FIX_LINT(63), \
usr/src/uts/common/io/sfxge/common/efx_types.h
431
(EFX_EXTRACT32((_dword).ed_u32[0], FIX_LINT(0), FIX_LINT(31), \
usr/src/uts/common/io/sfxge/common/efx_types.h
435
(EFX_EXTRACT16((_word).ew_u16[0], FIX_LINT(0), FIX_LINT(15), \
usr/src/uts/common/io/sfxge/common/efx_types.h
439
(EFX_EXTRACT8((_byte).eb_u8[0], FIX_LINT(0), FIX_LINT(7), \