Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/goya/
Dgoya.c4736 int rc, lin_dma_pkts_cnt; in goya_memset_device_memory() local
4738 lin_dma_pkts_cnt = DIV_ROUND_UP_ULL(size, SZ_2G); in goya_memset_device_memory()
4739 cb_size = lin_dma_pkts_cnt * sizeof(struct packet_lin_dma) + in goya_memset_device_memory()
4761 if (lin_dma_pkts_cnt > 1) in goya_memset_device_memory()
4769 } while (--lin_dma_pkts_cnt); in goya_memset_device_memory()