Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_cmnd.h30 struct scsi_data_buffer { struct
106 struct scsi_data_buffer sdb;
107 struct scsi_data_buffer *prot_sdb;
326 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;
/linux/drivers/scsi/
H A Dlibiscsi_tcp.c723 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_tcp_hdr_dissect()
H A Dscsi_debug.c1628 struct scsi_data_buffer *sdb = &scp->sdb; in fill_from_dev_buffer()
1651 struct scsi_data_buffer *sdb = &scp->sdb; in p_fill_from_dev_buffer()
4237 struct scsi_data_buffer *sdb = &scp->sdb; in do_device_access()
4291 struct scsi_data_buffer *sdb = &scp->sdb; in do_dout_fetch()
4463 struct scsi_data_buffer *sdb = &scp->sdb; in resp_read_tape()
4862 struct scsi_data_buffer *sdb = &scp->sdb; in resp_write_tape()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1146 struct scsi_data_buffer *sdb = prot ? scsi_prot(sc) : &sc->sdb; in scmd_get_params()