Lines Matching defs:cmd
134 #define SYM_UCMD_PTR(cmd) ((struct sym_ucmd *)(&(cmd)->SCp)) argument
135 #define SYM_SOFTC_PTR(cmd) sym_get_hcb(cmd->device->host) argument
140 void sym_xpt_done(struct sym_hcb *np, struct scsi_cmnd *cmd) in sym_xpt_done()
189 struct scsi_cmnd *cmd = cp->cmd; in sym_set_cam_result_error() local
258 static int sym_scatter(struct sym_hcb *np, struct sym_ccb *cp, struct scsi_cmnd *cmd) in sym_scatter()
300 static int sym_queue_command(struct sym_hcb *np, struct scsi_cmnd *cmd) in sym_queue_command()
332 static inline int sym_setup_cdb(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_cdb()
345 int sym_setup_data_and_start(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_data_and_start()
508 static int sym53c8xx_queue_command_lck(struct scsi_cmnd *cmd, in sym53c8xx_queue_command_lck()
591 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler()
692 static int sym53c8xx_eh_abort_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_abort_handler()
697 static int sym53c8xx_eh_device_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_device_reset_handler()
702 static int sym53c8xx_eh_bus_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_bus_reset_handler()
707 static int sym53c8xx_eh_host_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_host_reset_handler()
895 u_long cmd; member
1038 struct sym_usrcmd cmd, *uc = &cmd; in sym_user_command() local