Lines Matching refs:scsi_cmnd
100 static int mptfc_qcmd(struct Scsi_Host *shost, struct scsi_cmnd *SCpnt);
104 static int mptfc_abort(struct scsi_cmnd *SCpnt);
105 static int mptfc_dev_reset(struct scsi_cmnd *SCpnt);
106 static int mptfc_bus_reset(struct scsi_cmnd *SCpnt);
107 static int mptfc_host_reset(struct scsi_cmnd *SCpnt);
187 mptfc_block_error_handler(struct scsi_cmnd *SCpnt, in mptfc_block_error_handler()
188 int (*func)(struct scsi_cmnd *SCpnt), in mptfc_block_error_handler()
236 mptfc_abort(struct scsi_cmnd *SCpnt) in mptfc_abort()
243 mptfc_dev_reset(struct scsi_cmnd *SCpnt) in mptfc_dev_reset()
250 mptfc_bus_reset(struct scsi_cmnd *SCpnt) in mptfc_bus_reset()
257 mptfc_host_reset(struct scsi_cmnd *SCpnt) in mptfc_host_reset()
651 mptfc_qcmd(struct Scsi_Host *shost, struct scsi_cmnd *SCpnt) in mptfc_qcmd()