Home
last modified time | relevance | path

Searched defs:scmd (Results 1 – 2 of 2) sorted by relevance

/include/scsi/
Dscsi_cmnd.h241 static inline void scsi_set_prot_op(struct scsi_cmnd *scmd, unsigned char op) in scsi_set_prot_op()
246 static inline unsigned char scsi_get_prot_op(struct scsi_cmnd *scmd) in scsi_get_prot_op()
272 static inline void scsi_set_prot_type(struct scsi_cmnd *scmd, unsigned char type) in scsi_set_prot_type()
277 static inline unsigned char scsi_get_prot_type(struct scsi_cmnd *scmd) in scsi_get_prot_type()
282 static inline sector_t scsi_get_lba(struct scsi_cmnd *scmd) in scsi_get_lba()
287 static inline unsigned int scsi_prot_interval(struct scsi_cmnd *scmd) in scsi_prot_interval()
325 static inline unsigned scsi_transfer_length(struct scsi_cmnd *scmd) in scsi_transfer_length()
Dscsi_device.h259 #define scmd_dbg(scmd, fmt, a...) \ argument
484 #define scmd_id(scmd) sdev_id((scmd)->device) argument
485 #define scmd_channel(scmd) sdev_channel((scmd)->device) argument