Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/include/
HDxgehal-channel.h256 xge_hal_channel_dtr_init_f dtr_init; member
397 xge_hal_channel_dtr_init_f dtr_init; member
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-fifo.c93 if (fifo->channel.dtr_init) { in __hal_fifo_mempool_item_alloc()
94 fifo->channel.dtr_init(fifo, (xge_hal_dtr_h)txdp, index, in __hal_fifo_mempool_item_alloc()
252 fifo->channel.dtr_init = attr->dtr_init; in __hal_fifo_open()
HDxgehal-ring.c225 if (channel->dtr_init) { in __hal_ring_initial_replenish()
226 status = channel->dtr_init(channel, in __hal_ring_initial_replenish()
331 if (ring->channel.dtr_init) { in __hal_ring_open()
HDxgehal-channel.c180 channel->dtr_init = attr->dtr_init; in __hal_channel_initialize()
/NextBSD/sys/dev/nxge/
HDif_nxge.c1929 .dtr_init = xge_rx_initial_replenish, in xge_rx_open()
1971 .dtr_init = xge_tx_initial_replenish, in xge_tx_open()