Lines Matching defs:cmd
121 #define SYM_UCMD_PTR(cmd) ((struct sym_ucmd *)(&(cmd)->SCp)) argument
122 #define SYM_SOFTC_PTR(cmd) sym_get_hcb(cmd->device->host) argument
127 void sym_xpt_done(struct sym_hcb *np, struct scsi_cmnd *cmd) in sym_xpt_done()
172 struct scsi_cmnd *cmd = cp->cmd; in sym_set_cam_result_error() local
241 static int sym_scatter(struct sym_hcb *np, struct sym_ccb *cp, struct scsi_cmnd *cmd) in sym_scatter()
283 static int sym_queue_command(struct sym_hcb *np, struct scsi_cmnd *cmd) in sym_queue_command()
315 static inline int sym_setup_cdb(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_cdb()
328 int sym_setup_data_and_start(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_data_and_start()
491 static int sym53c8xx_queue_command_lck(struct scsi_cmnd *cmd, in sym53c8xx_queue_command_lck()
574 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler()
675 static int sym53c8xx_eh_abort_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_abort_handler()
680 static int sym53c8xx_eh_device_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_device_reset_handler()
685 static int sym53c8xx_eh_bus_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_bus_reset_handler()
690 static int sym53c8xx_eh_host_reset_handler(struct scsi_cmnd *cmd) in sym53c8xx_eh_host_reset_handler()
878 u_long cmd; member
1021 struct sym_usrcmd cmd, *uc = &cmd; in sym_user_command() local