Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo.c196 fifo->interrupt_type = XGE_HAL_TXD_INT_TYPE_UTILZ; in __hal_fifo_open()
198 fifo->interrupt_type = XGE_HAL_TXD_INT_TYPE_PER_LIST; in __hal_fifo_open()
H A Dxgehal-fifo-fp.c514 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post()
568 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post_many()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h161 u64 interrupt_type; member
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h279 struct kstat_named interrupt_type; member
H A Dmyri10ge.c4017 kstat_named_setstr(&info->interrupt_type, mgp->intr_type); in myri10ge_info_kstat_update()