Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h39 #define GET_Q_NEXT(_START, _STEP, _END) \ argument
40 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \
41 : (((_START) + (_STEP)) - (_END)))
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_impl.h889 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
906 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
921 ((_index) * _reg ## _STEP)), \
936 ((_index) * _reg ## _STEP)), \
945 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
964 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
973 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
996 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
1021 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3282 #define _STEP 2 in __hal_update_bimodal() macro
3350 if ((tval -_STEP) < hldev->config.bimodal_timer_lo_us) in __hal_update_bimodal()
3394 (tval + _STEP) <= hldev->config.bimodal_timer_hi_us) { in __hal_update_bimodal()
3395 tval += _STEP; in __hal_update_bimodal()
3397 } else if ((tval - _STEP) >= hldev->config.bimodal_timer_lo_us) { in __hal_update_bimodal()
3398 tval -= _STEP; in __hal_update_bimodal()