Searched defs:SDp (Results 1 – 2 of 2) sorted by relevance
107 static inline char *NCR_700_get_sense_cmnd(struct scsi_device *SDp) in NCR_700_get_sense_cmnd()115 NCR_700_set_depth(struct scsi_device *SDp, __u8 depth) in NCR_700_set_depth()122 NCR_700_get_depth(struct scsi_device *SDp) in NCR_700_get_depth()129 NCR_700_is_flag_set(struct scsi_device *SDp, __u32 flag) in NCR_700_is_flag_set()134 NCR_700_is_flag_clear(struct scsi_device *SDp, __u32 flag) in NCR_700_is_flag_clear()139 NCR_700_set_flag(struct scsi_device *SDp, __u32 flag) in NCR_700_set_flag()144 NCR_700_clear_flag(struct scsi_device *SDp, __u32 flag) in NCR_700_clear_flag()156 NCR_700_get_tag_neg_state(struct scsi_device *SDp) in NCR_700_get_tag_neg_state()162 NCR_700_set_tag_neg_state(struct scsi_device *SDp, in NCR_700_set_tag_neg_state()
297 static char * st_incompatible(struct scsi_device* SDp) in st_incompatible()4304 struct scsi_device *SDp = to_scsi_device(dev); in st_probe() local