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

/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-channel.h231 * @dtr_init: Channel's descriptor-initialize callback.
239 * user as one of the @callback, @dtr_init, and @dtr_term arguments.
256 xge_hal_channel_dtr_init_f dtr_init; member in struct:xge_hal_channel_attr_t
397 xge_hal_channel_dtr_init_f dtr_init; member in struct:__anon11194
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-fifo.c93 if (fifo->channel.dtr_init) {
94 fifo->channel.dtr_init(fifo, (xge_hal_dtr_h)txdp, index,
249 /* since dtr_init() callback will be called from item_alloc(),
252 fifo->channel.dtr_init = attr->dtr_init;
H A Dxgehal-ring.c225 if (channel->dtr_init) {
226 status = channel->dtr_init(channel,
325 * Specifying dtr_init callback means two things:
331 if (ring->channel.dtr_init) {
H A Dxgehal-channel.c180 channel->dtr_init = attr->dtr_init;
/freebsd-11.0-release/sys/dev/nxge/
H A Dif_nxge.c1929 .dtr_init = xge_rx_initial_replenish,
1971 .dtr_init = xge_tx_initial_replenish,

Completed in 127 milliseconds