Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c1033 int arr_len, unsigned int off_dst) in p_fill_from_dev_buffer() argument
1037 off_t skip = off_dst; in p_fill_from_dev_buffer()
1039 if (sdb->length <= off_dst) in p_fill_from_dev_buffer()
1047 __func__, off_dst, scsi_bufflen(scp), act_len, sdb->resid); in p_fill_from_dev_buffer()
1048 n = (int)scsi_bufflen(scp) - ((int)off_dst + act_len); in p_fill_from_dev_buffer()