Lines Matching refs:CommandList

208 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
209 static struct CommandList *cmd_alloc(struct ctlr_info *h);
210 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
229 struct CommandList *c);
231 struct CommandList *c);
245 static inline void finish_cmd(struct CommandList *c);
252 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
269 struct CommandList *c) in check_for_unit_attention()
307 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
750 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c) in set_performant_mode()
761 struct CommandList *c) in set_ioaccel1_performant_mode()
779 struct CommandList *c) in set_ioaccel2_performant_mode()
808 struct CommandList *c) in dial_down_lockup_detection_during_fw_flash()
817 struct CommandList *c) in dial_up_lockup_detection_on_fw_flash_complete()
825 struct CommandList *c) in enqueue_cmd_and_start_io()
1584 struct CommandList *c) in hpsa_map_sg_chain_block()
1608 struct CommandList *c) in hpsa_unmap_sg_chain_block()
1626 struct CommandList *c, in handle_ioaccel_mode2_error()
1721 struct CommandList *c, struct scsi_cmnd *cmd, in process_ioaccel2_completion()
1759 static void complete_scsi_command(struct CommandList *cp) in complete_scsi_command()
1962 struct CommandList *c, int sg_used, int data_direction) in hpsa_pci_unmap()
1973 struct CommandList *cp, in hpsa_map_one()
2002 struct CommandList *c) in hpsa_scsi_do_simple_cmd_core()
2024 struct CommandList *c) in hpsa_scsi_do_simple_cmd_core_if_no_lockup()
2035 struct CommandList *c, int data_direction) in hpsa_scsi_do_simple_cmd_with_retry()
2055 struct CommandList *c) in hpsa_print_cmd()
2071 struct CommandList *cp) in hpsa_scsi_interpret_error()
2140 struct CommandList *c; in hpsa_scsi_do_inquiry()
2171 struct CommandList *c; in hpsa_bmic_ctrl_mode_sense()
2200 struct CommandList *c; in hpsa_send_reset()
2327 struct CommandList *c; in hpsa_get_raid_map()
2366 struct CommandList *c; in hpsa_bmic_id_physical_device()
2493 struct CommandList *c; in hpsa_scsi_do_report_luns()
2602 struct CommandList *c; in hpsa_volume_offline()
2851 struct CommandList *ioaccel2_cmd_to_abort, unsigned char *scsi3addr) in hpsa_get_pdisk_of_ioaccel2()
3259 struct CommandList *cp, in hpsa_scatter_gather()
3361 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel1_queue_command()
3452 struct CommandList *c) in hpsa_scsi_ioaccel_direct_map()
3467 struct CommandList *c, struct io_accel2_cmd *cp) in set_encrypt_ioaccel2()
3521 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel2_queue_command()
3621 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel_queue_command()
3670 struct CommandList *c) in hpsa_scsi_ioaccel_raid_map()
3997 struct CommandList *c, struct scsi_cmnd *cmd, in hpsa_ciss_submit()
4065 struct CommandList *c = in hpsa_command_resubmit_worker()
4066 container_of(work, struct CommandList, work); in hpsa_command_resubmit_worker()
4092 struct CommandList *c; in hpsa_scsi_queue_command()
4288 struct CommandList *c; in wait_for_device_to_become_ready()
4390 struct CommandList *c, __le32 *taglower, __le32 *tagupper) in hpsa_get_tag()
4415 struct CommandList *abort, int swizzle) in hpsa_send_abort()
4418 struct CommandList *c; in hpsa_send_abort()
4467 unsigned char *scsi3addr, struct CommandList *abort) in hpsa_send_reset_as_abort_ioaccel2()
4543 unsigned char *scsi3addr, struct CommandList *abort) in hpsa_send_abort_both_ways()
4567 struct CommandList *abort; /* pointer to command to be aborted */ in hpsa_eh_abort_handler()
4602 abort = (struct CommandList *) sc->host_scribble; in hpsa_eh_abort_handler()
4665 static struct CommandList *cmd_alloc(struct ctlr_info *h) in cmd_alloc()
4667 struct CommandList *c; in cmd_alloc()
4707 memset(c, 0, offsetof(struct CommandList, refcount)); in cmd_alloc()
4726 static void cmd_free(struct ctlr_info *h, struct CommandList *c) in cmd_free()
4885 struct CommandList *c; in hpsa_passthru_ioctl()
4981 struct CommandList *c; in hpsa_big_passthru_ioctl()
5121 struct CommandList *c) in check_ioctl_unit_attention()
5169 struct CommandList *c; in hpsa_send_host_reset()
5187 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, in fill_cmd()
5192 struct CommandList *a; /* for commands to be aborted */ in fill_cmd()
5396 static inline void finish_cmd(struct CommandList *c) in finish_cmd()
5421 struct CommandList *c; in process_indexed_cmd()
6439 h->nr_cmds * sizeof(struct CommandList), in hpsa_free_cmd_pool()
6619 struct CommandList *c; in fail_all_outstanding_cmds()
6869 BUILD_BUG_ON(sizeof(struct CommandList) % COMMANDLIST_ALIGNMENT); in hpsa_init_one()
7042 struct CommandList *c; in hpsa_flush_cache()
7119 h->nr_cmds * sizeof(struct CommandList), in hpsa_remove_one()
7508 static int is_accelerated_cmd(struct CommandList *c) in is_accelerated_cmd()
7515 struct CommandList *c = NULL; in hpsa_drain_accel_commands()