Searched refs:bytes_copy (Results 1 – 1 of 1) sorted by relevance
1518 uint32_t bytes_copy; in csio_scsi_copy_to_sgl() local1547 bytes_copy = min((dma_buf->len - buf_off), in csio_scsi_copy_to_sgl()1549 bytes_copy = min((uint32_t)(PAGE_SIZE - (sg_off & ~PAGE_MASK)), in csio_scsi_copy_to_sgl()1550 bytes_copy); in csio_scsi_copy_to_sgl()1560 sg_addr, sg_off, buf_addr, bytes_copy); in csio_scsi_copy_to_sgl()1561 memcpy(sg_addr + (sg_off & ~PAGE_MASK), buf_addr, bytes_copy); in csio_scsi_copy_to_sgl()1564 start_off += bytes_copy; in csio_scsi_copy_to_sgl()1565 buf_off += bytes_copy; in csio_scsi_copy_to_sgl()1566 bytes_left -= bytes_copy; in csio_scsi_copy_to_sgl()