Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_io.h82 bool cdan_en; member
H A Ddpaa2_io.c379 if (ctx->cdan_en) { in dpaa2_io_conf_wq_channel()
381 DPAA2_WQCHAN_WE_EN | DPAA2_WQCHAN_WE_CTX, ctx->cdan_en, in dpaa2_io_conf_wq_channel()
H A Ddpaa2_swp.h518 uint8_t we_mask, bool cdan_en, uint64_t ctx);
H A Ddpaa2_swp.c511 uint8_t we_mask, bool cdan_en, uint64_t ctx) in dpaa2_swp_conf_wq_channel() argument
537 cmd.ctrl = cdan_en ? 1u : 0u; in dpaa2_swp_conf_wq_channel()
H A Ddpaa2_channel.c190 ctx->cdan_en = true; in dpaa2_chan_setup()