Lines Matching refs:scsi_cmnd
424 static int adpt_queue_lck(struct scsi_cmnd * cmd, void (*done) (struct scsi_cmnd *)) in adpt_queue_lck() argument
593 static u32 adpt_cmd_to_context(struct scsi_cmnd *cmd) in adpt_cmd_to_context()
602 static struct scsi_cmnd *
605 struct scsi_cmnd * cmd; in adpt_cmd_from_context()
681 static int adpt_abort(struct scsi_cmnd * cmd) in adpt_abort()
726 static int adpt_device_reset(struct scsi_cmnd* cmd) in adpt_device_reset()
770 static int adpt_bus_reset(struct scsi_cmnd* cmd) in adpt_bus_reset()
798 static int __adpt_reset(struct scsi_cmnd* cmd) in __adpt_reset()
814 static int adpt_reset(struct scsi_cmnd* cmd) in adpt_reset()
2119 struct scsi_cmnd* cmd; in adpt_isr()
2216 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) in adpt_scsi_to_i2o()
2370 static s32 adpt_i2o_to_scsi(void __iomem *reply, struct scsi_cmnd* cmd) in adpt_i2o_to_scsi()
2678 struct scsi_cmnd* cmd = NULL; in adpt_fail_posted_scbs()