Home
last modified time | relevance | path

Searched refs:dtot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c1262 int i, dma_cmd, total, off, dtot; in set_dma_cmds() local
1269 dtot = 0; in set_dma_cmds()
1298 dtot += dma_len - off; in set_dma_cmds()
1303 if (dtot == 0) { in set_dma_cmds()
1308 dtot = sizeof(mesh_extra_buf); in set_dma_cmds()
1309 dcmds->req_count = cpu_to_le16(dtot); in set_dma_cmds()
1318 ms->dma_count = dtot; in set_dma_cmds()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c1256 int i, dma_cmd, total, off, dtot; in set_dma_cmds() local
1263 dtot = 0; in set_dma_cmds()
1292 dtot += dma_len - off; in set_dma_cmds()
1297 if (dtot == 0) { in set_dma_cmds()
1302 dtot = sizeof(mesh_extra_buf); in set_dma_cmds()
1303 dcmds->req_count = cpu_to_le16(dtot); in set_dma_cmds()
1312 ms->dma_count = dtot; in set_dma_cmds()

Completed in 5 milliseconds