Home
last modified time | relevance | path

Searched refs:sdb (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v4.19/Documentation/target/
Dtcm_mod_builder.txt30 target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_na…
31 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../
34 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
37 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.c
45 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.h
47 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_configf…
49 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
[all …]
/Linux-v4.19/include/scsi/
Dscsi_cmnd.h107 struct scsi_data_buffer sdb; member
186 return cmd->sdb.table.nents; in scsi_sg_count()
191 return cmd->sdb.table.sgl; in scsi_sglist()
196 return cmd->sdb.length; in scsi_bufflen()
201 cmd->sdb.resid = resid; in scsi_set_resid()
206 return cmd->sdb.resid; in scsi_get_resid()
221 cmd->request->next_rq->special : &cmd->sdb; in scsi_in()
226 return &cmd->sdb; in scsi_out()
Dscsi_eh.h41 struct scsi_data_buffer sdb; member
/Linux-v4.19/Documentation/device-mapper/
Dlog-writes.txt102 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
114 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
115 mount /dev/sdb /mnt/btrfs-test
122 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
133 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
134 btrfsck /dev/sdb
135 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
136 --fsck "btrfsck /dev/sdb" --check fua
Ddm-service-time.txt68 In case that 2 paths (sda and sdb) are used with repeat_count == 128
69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
70 'relative_throughput' value may be '1' for sda and '4' for sdb.
82 Or '2' for sda and '8' for sdb would be also true.
Ddm-queue-length.txt30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
/Linux-v4.19/drivers/fmc/
Dfmc-sdb.c94 if (fmc->sdb) in fmc_scan_sdb_tree()
99 fmc->sdb = ret; in fmc_scan_sdb_tree()
123 __fmc_sdb_free(fmc->sdb); in fmc_free_sdb_tree()
124 fmc->sdb = NULL; in fmc_free_sdb_tree()
Dfmc-debug.c121 if (!fmc->sdb) { in fmc_sdb_dump()
129 fmc_sdb_dump_recursive(fmc, s, fmc->sdb); in fmc_sdb_dump()
DMakefile7 fmc-y += fmc-sdb.o
/Linux-v4.19/drivers/usb/storage/
Duas.c371 struct scsi_data_buffer *sdb = NULL; in uas_data_cmplt() local
378 sdb = scsi_in(cmnd); in uas_data_cmplt()
382 sdb = scsi_out(cmnd); in uas_data_cmplt()
386 if (sdb == NULL) { in uas_data_cmplt()
404 sdb->resid = sdb->length; in uas_data_cmplt()
406 sdb->resid = sdb->length - urb->actual_length; in uas_data_cmplt()
429 struct scsi_data_buffer *sdb = (dir == DMA_FROM_DEVICE) in uas_alloc_data_urb() local
436 usb_fill_bulk_urb(urb, udev, pipe, NULL, sdb->length, in uas_alloc_data_urb()
440 urb->num_sgs = udev->bus->sg_tablesize ? sdb->table.nents : 0; in uas_alloc_data_urb()
441 urb->sg = sdb->table.sgl; in uas_alloc_data_urb()
Disd200.c457 srb->sdb.table.sgl = buff ? &info->sg : NULL; in isd200_set_srb()
458 srb->sdb.length = bufflen; in isd200_set_srb()
459 srb->sdb.table.nents = buff ? 1 : 0; in isd200_set_srb()
464 srb->sdb.length = bufflen; in isd200_srb_set_bufflen()
/Linux-v4.19/drivers/scsi/
Dscsi_error.c970 ses->sdb = scmd->sdb; in scsi_eh_prep_cmnd()
981 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_eh_prep_cmnd()
986 scmd->sdb.length = min_t(unsigned, SCSI_SENSE_BUFFERSIZE, in scsi_eh_prep_cmnd()
989 scmd->sdb.length); in scsi_eh_prep_cmnd()
990 scmd->sdb.table.sgl = &ses->sense_sgl; in scsi_eh_prep_cmnd()
992 scmd->sdb.table.nents = scmd->sdb.table.orig_nents = 1; in scsi_eh_prep_cmnd()
994 scmd->cmnd[4] = scmd->sdb.length; in scsi_eh_prep_cmnd()
1034 scmd->sdb = ses->sdb; in scsi_eh_restore_cmnd()
2339 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_ioctl_reset()
Dscsi_lib.c609 struct scsi_data_buffer *sdb; in scsi_mq_free_sgtables() local
611 if (cmd->sdb.table.nents) in scsi_mq_free_sgtables()
612 sg_free_table_chained(&cmd->sdb.table, true); in scsi_mq_free_sgtables()
614 sdb = cmd->request->next_rq->special; in scsi_mq_free_sgtables()
615 if (sdb) in scsi_mq_free_sgtables()
616 sg_free_table_chained(&sdb->table, true); in scsi_mq_free_sgtables()
647 if (cmd->sdb.table.nents) in scsi_release_buffers()
648 sg_free_table_chained(&cmd->sdb.table, false); in scsi_release_buffers()
650 memset(&cmd->sdb, 0, sizeof(cmd->sdb)); in scsi_release_buffers()
1115 static int scsi_init_sgtable(struct request *req, struct scsi_data_buffer *sdb) in scsi_init_sgtable() argument
[all …]
Dscsi_debug.c1013 struct scsi_data_buffer *sdb = scsi_in(scp); in fill_from_dev_buffer() local
1015 if (!sdb->length) in fill_from_dev_buffer()
1020 act_len = sg_copy_from_buffer(sdb->table.sgl, sdb->table.nents, in fill_from_dev_buffer()
1022 sdb->resid = scsi_bufflen(scp) - act_len; in fill_from_dev_buffer()
1036 struct scsi_data_buffer *sdb = scsi_in(scp); in p_fill_from_dev_buffer() local
1039 if (sdb->length <= off_dst) in p_fill_from_dev_buffer()
1044 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()
1047 __func__, off_dst, scsi_bufflen(scp), act_len, sdb->resid); in p_fill_from_dev_buffer()
1049 sdb->resid = min(sdb->resid, n); in p_fill_from_dev_buffer()
2480 struct scsi_data_buffer *sdb; in do_device_access() local
[all …]
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c166 unsigned long sdb, *trailer; in alloc_sample_data_block() local
169 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
170 if (!sdb) in alloc_sample_data_block()
172 trailer = trailer_entry_ptr(sdb); in alloc_sample_data_block()
176 *sdbt = sdb; in alloc_sample_data_block()
1280 unsigned long sdb; in aux_sdb_trailer() local
1283 sdb = aux->sdb_index[index]; in aux_sdb_trailer()
1284 return (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_trailer()
1590 static void aux_sdb_init(unsigned long sdb) in aux_sdb_init() argument
1594 te = (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_init()
/Linux-v4.19/arch/arm/boot/dts/
Dimx7d-sdb-sht11.dts5 #include "imx7d-sdb.dts"
Dtegra20-trimslice.dts160 sdb {
161 nvidia,pins = "sdb", "sdc", "sdd";
257 "lvs", "sdb";
Dimx6sx-sdb.dtsi17 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx";
140 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962";
346 imx6x-sdb {
Dtegra20-tamonten.dtsi152 sdb {
153 nvidia,pins = "sdb", "sdc", "sdd";
221 "lvp0", "owc", "sdb";
Dimx6sx-sdb.dts9 #include "imx6sx-sdb.dtsi"
Dimx6sx-sdb-reva.dts9 #include "imx6sx-sdb.dtsi"
Dimx6sx-sdb-sai.dts42 #include "imx6sx-sdb.dts"
/Linux-v4.19/Documentation/fmc/
Didentifiers.txt116 the sdb entry point, and you must force the FRU data file to be placed
153 spusa$ sdb-read -l -e 0x100 /lib/firmware/fdelay-eeprom.bin
154 /home/rubini/wip/sdbfs/userspace/sdb-read: listing format is to be defined
Dparameters.txt48 FMC: poor dump of sdb first level:
/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.c1215 struct scsi_data_buffer *sdb = prot ? scsi_prot(sc) : scsi_out(sc); in scmd_get_params() local
1217 *sgl = sdb->table.sgl; in scmd_get_params()
1218 *sgcnt = sdb->table.nents; in scmd_get_params()
1219 *dlen = sdb->length; in scmd_get_params()
1975 struct scsi_data_buffer *sdb = scsi_out(task->sc); in cxgbi_conn_init_pdu() local
1982 sdb->table.sgl, sdb->table.nents, in cxgbi_conn_init_pdu()
1986 sdb->table.nents, tdata->offset, sdb->length); in cxgbi_conn_init_pdu()
1993 sdb->table.nents, tdata->offset, tdata->count); in cxgbi_conn_init_pdu()

123