Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/goya/
Dgoya.c4772 int rc, lin_dma_pkts_cnt; in goya_memset_device_memory() local
4774 lin_dma_pkts_cnt = DIV_ROUND_UP_ULL(size, SZ_2G); in goya_memset_device_memory()
4775 cb_size = lin_dma_pkts_cnt * sizeof(struct packet_lin_dma) + in goya_memset_device_memory()
4797 if (lin_dma_pkts_cnt > 1) in goya_memset_device_memory()
4805 } while (--lin_dma_pkts_cnt); in goya_memset_device_memory()