Searched defs:SCp (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/scsi/arm/ | 
| D | scsi.h | 24 static inline int copy_SCp_to_sg(struct scatterlist *sg, struct scsi_pointer *SCp, int max)  in copy_SCp_to_sg()47 static inline int next_SCp(struct scsi_pointer *SCp)  in next_SCp()
 62 static inline unsigned char get_next_SCp_byte(struct scsi_pointer *SCp)  in get_next_SCp_byte()
 72 static inline void put_next_SCp_byte(struct scsi_pointer *SCp, unsigned char c)  in put_next_SCp_byte()
 
 | 
| D | arxescsi.c | 67 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp,  in arxescsi_dma_setup()113 arxescsi_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp,  in arxescsi_dma_pseudo()
 199 static void arxescsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)  in arxescsi_dma_stop()
 
 | 
| D | cumana_2.c | 154 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp,  in cumanascsi_2_dma_setup()206 cumanascsi_2_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp,  in cumanascsi_2_dma_pseudo()
 280 cumanascsi_2_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)  in cumanascsi_2_dma_stop()
 
 | 
| D | eesox.c | 155 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp,  in eesoxscsi_dma_setup()350 eesoxscsi_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp,  in eesoxscsi_dma_pseudo()
 367 eesoxscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)  in eesoxscsi_dma_stop()
 
 | 
| D | powertec.c | 128 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp,  in powertecscsi_dma_setup()170 powertecscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)  in powertecscsi_dma_stop()
 
 | 
| D | fas216.c | 174 static void print_SCp(struct scsi_pointer *SCp, const char *prefix, const char *suffix)  in print_SCp()629 	struct scsi_pointer *SCp = &info->scsi.SCp;  in fas216_updateptrs()  local
 669 	struct scsi_pointer *SCp = &info->scsi.SCp;  in fas216_pio()  local
 
 | 
| D | acornscsi.c | 883 void acornscsi_data_updateptr(AS_Host *host, struct scsi_pointer *SCp, unsigned int length)  in acornscsi_data_updateptr()
 | 
| D | fas216.h | 241 		struct scsi_pointer	SCp;			/* current commands data pointer	*/  member
 | 
| D | acornscsi.h | 292 	struct scsi_pointer	SCp;			/* current commands data pointer	*/  member
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | 53c700.c | 548 		     struct scsi_cmnd *SCp, __u32 dsp)  in save_for_reselection()562 NCR_700_unmap(struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp,  in NCR_700_unmap()
 572 	       struct scsi_cmnd *SCp, int result)  in NCR_700_scsi_done()
 766 			 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)  in process_extended_message()
 848 		struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)  in process_message()
 936 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp,  in process_script_interrupt()
 1094 			struct scsi_cmnd *SCp;  in process_script_interrupt()  local
 1109 			struct scsi_cmnd *SCp = p->current_cmnd;  in process_script_interrupt()  local
 1273 	struct scsi_cmnd *SCp = hostdata->cmd;  in process_selection()  local
 1376 NCR_700_start_command(struct scsi_cmnd *SCp)  in NCR_700_start_command()
 [all …]
 
 | 
| D | aha152x.c | 683 					  struct scsi_cmnd *SCp)  in remove_SC()
 | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi_cmnd.h | 129 	struct scsi_pointer SCp;	/* Scratchpad used by some host adapters */  member
 |