Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmesh.c1793 int i, dma_cmd, total, off, dtot; in set_dma_cmds() local
1800 dtot = 0; in set_dma_cmds()
1826 dtot += dma_len - off; in set_dma_cmds()
1830 dtot = cmd->request_bufflen - ms->data_ptr; in set_dma_cmds()
1831 if (dtot > 0xffff) in set_dma_cmds()
1833 st_le16(&dcmds->req_count, dtot); in set_dma_cmds()
1841 if (dtot == 0) { in set_dma_cmds()
1846 dtot = sizeof(mesh_extra_buf); in set_dma_cmds()
1847 st_le16(&dcmds->req_count, dtot); in set_dma_cmds()
1856 ms->dma_count = dtot; in set_dma_cmds()