Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Didxd.h230 u32 max_sgl_size; member
352 u32 max_sgl_size; member
708 wq->max_sgl_size = 1U << idxd->hw.dsacap0.max_sgl_shift; in idxd_wq_set_init_max_sgl_size()
H A Dinit.c595 idxd->max_sgl_size = 1U << idxd->hw.dsacap0.max_sgl_shift; in idxd_read_caps()
596 dev_dbg(dev, "max sgl size: %u\n", idxd->max_sgl_size); in idxd_read_caps()
H A Ddevice.c993 wq->wqcfg->max_sgl_shift = ilog2(wq->max_sgl_size); in idxd_wq_config_write()
1177 wq->max_sgl_size = 1U << wq->wqcfg->max_sgl_shift; in idxd_wq_load_config()