Lines Matching refs:CommandList

261 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
262 static struct CommandList *cmd_alloc(struct ctlr_info *h);
263 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
264 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
266 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
286 struct CommandList *c);
288 struct CommandList *c);
307 static inline void finish_cmd(struct CommandList *c);
314 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
325 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c,
341 static inline bool hpsa_is_cmd_idle(struct CommandList *c) in hpsa_is_cmd_idle()
346 static inline bool hpsa_is_pending_event(struct CommandList *c) in hpsa_is_pending_event()
374 struct CommandList *c) in check_for_unit_attention()
426 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
1041 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c, in set_performant_mode()
1053 struct CommandList *c, in set_ioaccel1_performant_mode()
1074 struct CommandList *c, in set_ioaccel2_tmf_performant_mode()
1093 struct CommandList *c, in set_ioaccel2_performant_mode()
1126 struct CommandList *c) in dial_down_lockup_detection_during_fw_flash()
1135 struct CommandList *c) in dial_up_lockup_detection_on_fw_flash_complete()
1143 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io()
1168 static void enqueue_cmd_and_start_io(struct ctlr_info *h, struct CommandList *c) in enqueue_cmd_and_start_io()
1826 struct CommandList *c = h->cmd_pool + i; in hpsa_find_outstanding_commands_for_dev()
2235 struct io_accel2_cmd *cp, struct CommandList *c) in hpsa_map_ioaccel2_sg_chain_block()
2268 struct CommandList *c) in hpsa_map_sg_chain_block()
2292 struct CommandList *c) in hpsa_unmap_sg_chain_block()
2310 struct CommandList *c, in handle_ioaccel_mode2_error()
2421 struct CommandList *c) in hpsa_cmd_resolve_events()
2454 struct CommandList *c) in hpsa_cmd_resolve_and_free()
2461 struct CommandList *c, struct scsi_cmnd *cmd) in hpsa_cmd_free_and_done()
2468 static void hpsa_retry_cmd(struct ctlr_info *h, struct CommandList *c) in hpsa_retry_cmd()
2475 struct CommandList *c, struct scsi_cmnd *cmd, in process_ioaccel2_completion()
2510 struct CommandList *cp) in hpsa_evaluate_tmf_status()
2536 static void complete_scsi_command(struct CommandList *cp) in complete_scsi_command()
2763 struct CommandList *c, int sg_used, int data_direction) in hpsa_pci_unmap()
2774 struct CommandList *cp, in hpsa_map_one()
2805 struct CommandList *c, int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_core()
2824 static int hpsa_scsi_do_simple_cmd(struct ctlr_info *h, struct CommandList *c, in hpsa_scsi_do_simple_cmd()
2848 struct CommandList *c, int data_direction, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_with_retry()
2875 struct CommandList *c) in hpsa_print_cmd()
2885 struct CommandList *cp) in hpsa_scsi_interpret_error()
2963 struct CommandList *c; in hpsa_do_receive_diagnostic()
3015 struct CommandList *c; in hpsa_scsi_do_inquiry()
3043 struct CommandList *c; in hpsa_send_reset()
3069 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c, in hpsa_cmd_dev_match()
3143 struct CommandList *c = h->cmd_pool + i; in hpsa_do_reset()
3297 struct CommandList *c; in hpsa_get_raid_map()
3339 struct CommandList *c; in hpsa_bmic_sense_subsystem_information()
3370 struct CommandList *c; in hpsa_bmic_id_controller()
3399 struct CommandList *c; in hpsa_bmic_id_physical_device()
3436 struct CommandList *c = NULL; in hpsa_get_enclosure_info()
3719 struct CommandList *c; in hpsa_scsi_do_report_luns()
3855 struct CommandList *c; in hpsa_volume_offline()
4543 struct CommandList *cp, in hpsa_scatter_gather()
4699 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel1_queue_command()
4796 struct CommandList *c) in hpsa_scsi_ioaccel_direct_map()
4814 struct CommandList *c, struct io_accel2_cmd *cp) in set_encrypt_ioaccel2()
4870 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel2_queue_command()
4999 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel_queue_command()
5054 struct CommandList *c) in hpsa_scsi_ioaccel_raid_map()
5390 struct CommandList *c, struct scsi_cmnd *cmd, in hpsa_ciss_submit()
5454 struct CommandList *c) in hpsa_cmd_init()
5459 memset(c, 0, offsetof(struct CommandList, refcount)); in hpsa_cmd_init()
5479 struct CommandList *c = h->cmd_pool + i; in hpsa_preinitialize_commands()
5487 struct CommandList *c) in hpsa_cmd_partial_init()
5499 struct CommandList *c, struct scsi_cmnd *cmd, in hpsa_ioaccel_submit()
5532 struct CommandList *c = container_of(work, struct CommandList, work); in hpsa_command_resubmit_worker()
5585 struct CommandList *c; in hpsa_scsi_queue_command()
5798 struct CommandList *c, unsigned char lunaddr[], in hpsa_send_test_unit_ready()
5834 struct CommandList *c, in hpsa_wait_for_test_unit_ready()
5874 struct CommandList *c; in wait_for_device_to_become_ready()
6005 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, in cmd_tagged_alloc()
6009 struct CommandList *c = h->cmd_pool + idx; in cmd_tagged_alloc()
6040 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c) in cmd_tagged_free()
6058 static struct CommandList *cmd_alloc(struct ctlr_info *h) in cmd_alloc()
6060 struct CommandList *c; in cmd_alloc()
6112 static void cmd_free(struct ctlr_info *h, struct CommandList *c) in cmd_free()
6271 struct CommandList *c; in hpsa_passthru_ioctl()
6370 struct CommandList *c; in hpsa_big_passthru_ioctl()
6513 struct CommandList *c) in check_ioctl_unit_attention()
6561 struct CommandList *c; in hpsa_send_host_reset()
6578 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, in fill_cmd()
6843 static inline void finish_cmd(struct CommandList *c) in finish_cmd()
6858 struct CommandList *c; in process_indexed_cmd()
7918 h->nr_cmds * sizeof(struct CommandList), in hpsa_free_cmd_pool()
8107 struct CommandList *c; in fail_all_outstanding_cmds()
8556 BUILD_BUG_ON(sizeof(struct CommandList) % COMMANDLIST_ALIGNMENT); in hpsa_init_one()
8785 struct CommandList *c; in hpsa_flush_cache()
8818 struct CommandList *c; in hpsa_disable_rld_caching()
9394 static int is_accelerated_cmd(struct CommandList *c) in is_accelerated_cmd()
9401 struct CommandList *c = NULL; in hpsa_drain_accel_commands()