Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_cmnd.h36 struct scsi_data_buffer { struct
101 struct scsi_data_buffer sdb;
102 struct scsi_data_buffer *prot_sdb;
309 static inline struct scsi_data_buffer *scsi_prot(struct scsi_cmnd *cmd) in scsi_prot()
H A Dscsi_eh.h42 struct scsi_data_buffer sdb;
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas.c399 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_data_cmplt()
451 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_alloc_data_urb()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c1062 struct scsi_data_buffer *prot_sdb = cmd->prot_sdb; in scsi_alloc_sgtables()
1568 memset(cmd->prot_sdb, 0, sizeof(struct scsi_data_buffer)); in scsi_prepare_cmd()
1900 cmd_size += sizeof(struct scsi_data_buffer) + in scsi_mq_setup_tags()
H A Discsi_tcp.c520 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_sw_tcp_pdu_init()
H A Dlibiscsi_tcp.c693 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_tcp_hdr_dissect()
H A Dscsi_debug.c1154 struct scsi_data_buffer *sdb = &scp->sdb; in fill_from_dev_buffer()
1177 struct scsi_data_buffer *sdb = &scp->sdb; in p_fill_from_dev_buffer()
2938 struct scsi_data_buffer *sdb = &scp->sdb; in do_device_access()
2977 struct scsi_data_buffer *sdb = &scp->sdb; in do_dout_fetch()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1146 struct scsi_data_buffer *sdb = prot ? scsi_prot(sc) : &sc->sdb; in scmd_get_params()