Lines Matching defs:cmd

147 static void esp_send_dma_cmd(struct esp *esp, int len, int max_len, int cmd)  in esp_send_dma_cmd()
372 static void esp_map_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_map_dma()
405 struct scsi_cmnd *cmd) in esp_cur_dma_addr()
420 struct scsi_cmnd *cmd) in esp_cur_dma_len()
432 struct scsi_cmnd *cmd, unsigned int len) in esp_advance_dma()
459 static void esp_unmap_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_unmap_dma()
467 struct scsi_cmnd *cmd = ent->cmd; in esp_save_pointers() local
482 struct scsi_cmnd *cmd = ent->cmd; in esp_restore_pointers() local
659 struct scsi_cmnd *cmd = ent->cmd; in esp_autosense() local
709 struct scsi_cmnd *cmd = ent->cmd; in find_and_prep_issuable_command() local
739 struct scsi_cmnd *cmd; in esp_maybe_execute_command() local
899 struct scsi_cmnd *cmd, unsigned char host_byte) in esp_cmd_is_done()
955 static int esp_queuecommand_lck(struct scsi_cmnd *cmd) in esp_queuecommand_lck()
1225 struct scsi_cmnd *cmd; in esp_finish_select() local
1317 struct scsi_cmnd *cmd) in esp_data_bytes_sent()
1452 struct scsi_cmnd *cmd = ent->cmd; in esp_msgin_reject() local
1592 struct scsi_cmnd *cmd = ent->cmd; in esp_msgin_extended() local
1740 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
1781 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
1852 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
2030 struct scsi_cmnd *cmd = ent->cmd; in esp_reset_cleanup_one() local
2058 struct scsi_cmnd *cmd = ent->cmd; in esp_reset_cleanup() local
2490 static int esp_eh_abort_handler(struct scsi_cmnd *cmd) in esp_eh_abort_handler()
2607 static int esp_eh_bus_reset_handler(struct scsi_cmnd *cmd) in esp_eh_bus_reset_handler()
2643 static int esp_eh_host_reset_handler(struct scsi_cmnd *cmd) in esp_eh_host_reset_handler()
2822 u32 dma_count, int write, u8 cmd) in esp_send_pio_cmd()