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 int result) in esp_cmd_is_done()
961 static int esp_queuecommand_lck(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) in esp_queuecommand_lck()
1233 struct scsi_cmnd *cmd; in esp_finish_select() local
1325 struct scsi_cmnd *cmd) in esp_data_bytes_sent()
1460 struct scsi_cmnd *cmd = ent->cmd; in esp_msgin_reject() local
1600 struct scsi_cmnd *cmd = ent->cmd; in esp_msgin_extended() local
1748 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
1789 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
1860 struct scsi_cmnd *cmd = ent->cmd; in esp_process_event() local
2041 struct scsi_cmnd *cmd = ent->cmd; in esp_reset_cleanup_one() local
2069 struct scsi_cmnd *cmd = ent->cmd; in esp_reset_cleanup() local
2501 static int esp_eh_abort_handler(struct scsi_cmnd *cmd) in esp_eh_abort_handler()
2618 static int esp_eh_bus_reset_handler(struct scsi_cmnd *cmd) in esp_eh_bus_reset_handler()
2654 static int esp_eh_host_reset_handler(struct scsi_cmnd *cmd) in esp_eh_host_reset_handler()
2835 u32 dma_count, int write, u8 cmd) in esp_send_pio_cmd()