Symbol: _STEP
usr/src/uts/common/io/sfxge/common/efx_impl.h
1021
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
889
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
906
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
921
((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
936
((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
945
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
964
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
973
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/sfxge/common/efx_impl.h
996
(_reg ## _OFST + ((_index) * _reg ## _STEP)), \
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3350
if ((tval -_STEP) < hldev->config.bimodal_timer_lo_us)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3394
(tval + _STEP) <= hldev->config.bimodal_timer_hi_us) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3395
tval += _STEP;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3397
} else if ((tval - _STEP) >= hldev->config.bimodal_timer_lo_us) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3398
tval -= _STEP;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
39
#define GET_Q_NEXT(_START, _STEP, _END) \
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
40
(((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
41
: (((_START) + (_STEP)) - (_END)))