Searched refs:ofst (Results 1 – 1 of 1) sorted by relevance
80 int ret, ofst; in csio_mem_read() local92 ofst = pos % sizeof(data); in csio_mem_read()93 len = min(count, sizeof(data) - ofst); in csio_mem_read()94 if (copy_to_user(buf, (u8 *)data + ofst, len)) in csio_mem_read()