Searched refs:ofst (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_init.c | 80 int ret, ofst; in csio_mem_read() local 92 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()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1049 int ret, ofst; in flash_read() local 1052 ofst = pos & 3; in flash_read() 1053 len = min(count + ofst, sizeof(data)); in flash_read() 1054 ret = t4_read_flash(adap, pos - ofst, (len + 3) / 4, in flash_read() 1059 len -= ofst; in flash_read() 1060 if (copy_to_user(buf, data + ofst, len)) in flash_read()
|