Searched refs:off_rsp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 4156 unsigned int off_rsp = 0; in resp_report_luns() local 4221 res = p_fill_from_dev_buffer(scp, arr, n, off_rsp); in resp_report_luns() 4224 off_rsp += n; in resp_report_luns() 4231 res = p_fill_from_dev_buffer(scp, arr, j * sz_lun, off_rsp); in resp_report_luns()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 4306 unsigned int off_rsp = 0; in resp_report_luns() local 4371 res = p_fill_from_dev_buffer(scp, arr, n, off_rsp); in resp_report_luns() 4374 off_rsp += n; in resp_report_luns() 4381 res = p_fill_from_dev_buffer(scp, arr, j * sz_lun, off_rsp); in resp_report_luns()
|
Completed in 22 milliseconds