Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.c119 struct dpaa2_con_notif_cfg notif_cfg; in dpaa2_chan_setup() local
202 notif_cfg.dpio_id = ioinfo->id; in dpaa2_chan_setup()
203 notif_cfg.prior = 0; in dpaa2_chan_setup()
204 notif_cfg.qman_ctx = ctx->qman_ctx; in dpaa2_chan_setup()
205 error = DPAA2_CMD_CON_SET_NOTIF(dev, child, &cmd, &notif_cfg); in dpaa2_chan_setup()