Searched refs:interrupt_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.h45 * @interrupt_type: Interrupt type to be used
78 u64 interrupt_type; member in struct:__hal_fifo_t
H A Dvxgehal-fifo.c368 fifo->interrupt_type = VXGE_HAL_FIFO_TXD_INT_TYPE_UTILZ;
370 fifo->interrupt_type = VXGE_HAL_FIFO_TXD_INT_TYPE_PER_LIST;
1308 txdp->control_1 |= fifo->interrupt_type;
1380 txdp_first->control_1 |= fifo->interrupt_type;
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_controller.h220 * @param[in] interrupt_type This parameter informs the core which type
229 * the combination of the interrupt_type and message_count input
237 * provided in the interrupt_type and message_count input
255 SCIC_INTERRUPT_TYPE interrupt_type,
H A Dscic_sds_controller.c4089 SCIC_INTERRUPT_TYPE interrupt_type,
4096 switch (interrupt_type)
4088 scic_controller_get_handler_methods( SCIC_INTERRUPT_TYPE interrupt_type, U16 message_count, SCIC_CONTROLLER_HANDLER_METHODS_T *handler_methods ) argument
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-fifo.h148 * @interrupt_type: FIXME: to-be-defined.
166 u64 interrupt_type; member in struct:xge_hal_fifo_t
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo.c201 fifo->interrupt_type = XGE_HAL_TXD_INT_TYPE_UTILZ;
203 fifo->interrupt_type = XGE_HAL_TXD_INT_TYPE_PER_LIST;
H A Dxgehal-fifo-fp.c519 txdp_first->control_2 |= fifo->interrupt_type;
573 txdp_first->control_2 |= fifo->interrupt_type;
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h2454 * @interrupt_type: utiliz based interrupt or List interrupt
2463 u64 interrupt_type)
2467 txdp->control_1 |= interrupt_type;
2461 vxge_hal_fifo_txdl_interrupt_type_set( vxge_hal_txdl_h txdlh, u64 interrupt_type) argument

Completed in 216 milliseconds