Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c1179 int arr_len, unsigned int off_dst) in p_fill_from_dev_buffer() argument
1183 off_t skip = off_dst; in p_fill_from_dev_buffer()
1185 if (sdb->length <= off_dst) in p_fill_from_dev_buffer()
1193 __func__, off_dst, scsi_bufflen(scp), act_len, in p_fill_from_dev_buffer()
1195 n = scsi_bufflen(scp) - (off_dst + act_len); in p_fill_from_dev_buffer()