Home
last modified time | relevance | path

Searched refs:txdl_term (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-fifo.h89 vxge_hal_fifo_txdl_term_f txdl_term; member
HDvxgehal-fifo.c416 fifo->txdl_term = attr->txdl_term; in __hal_fifo_create()
491 if (fifo->txdl_term) { in __hal_fifo_abort()
495 fifo->txdl_term(fifo->channel.vph, txdlh, in __hal_fifo_abort()
512 if (fifo->txdl_term) { in __hal_fifo_abort()
513 fifo->txdl_term(fifo->channel.vph, txdlh, in __hal_fifo_abort()
/NextBSD/sys/dev/vxge/include/
HDvxgehal-ll.h2381 vxge_hal_fifo_txdl_term_f txdl_term; member
/NextBSD/sys/dev/vxge/
HDvxge.c2279 vpath_attr.fifo_attr.txdl_term = vxge_tx_term; in vxge_vpath_open()