Searched refs:tsg (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gk104.c | 198 bool tsg; member 210 status->next.tsg = !!(stat & 0x10000000); in gk104_engn_status() 215 status->prev.tsg = !!(stat & 0x00001000); in gk104_engn_status() 238 status->prev.tsg ? "tsg" : "ch", status->prev.id, in gk104_engn_status() 240 status->next.tsg ? "tsg" : "ch", status->next.id, in gk104_engn_status() 251 *cgid = status.chan->tsg; in gk104_engn_cxid()
|
/linux-6.6.21/drivers/crypto/ |
D | img-hash.c | 364 struct scatterlist tsg; in img_hash_dma_task() local 390 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); in img_hash_dma_task() 391 if (img_hash_xmit_dma(hdev, &tsg)) { in img_hash_dma_task()
|
/linux-6.6.21/drivers/crypto/stm32/ |
D | stm32-hash.c | 655 struct scatterlist sg[1], *tsg; in stm32_hash_dma_send() local 675 for_each_sg(rctx->sg, tsg, rctx->nents, i) { in stm32_hash_dma_send() 676 sg[0] = *tsg; in stm32_hash_dma_send()
|