Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c483 rxdp->control_2 |= XGE_HAL_RXD_NOT_COMPLETED; in xge_hal_ring_dtr_pre_post()
691 if (!(rxdp->control_2 & XGE_HAL_RXD_NOT_COMPLETED) && in xge_hal_ring_dtr_next_completed()
819 if (!(rxdp->control_2 & XGE_HAL_RXD_NOT_COMPLETED) && in xge_hal_ring_is_next_dtr_completed()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h59 #define XGE_HAL_RXD_NOT_COMPLETED BIT(0) /* control_2 */ macro