Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h96 #define XGE_HAL_GET_TXD_T_CODE(val) ((val & XGE_HAL_TXD_T_CODE)>>48) macro
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c683 *t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1); in xge_hal_fifo_dtr_next_completed()