Searched refs:megasas_instance (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 86 int megasas_transition_to_ready(struct megasas_instance *instance); 87 static int megasas_get_pd_list(struct megasas_instance *instance); 88 static int megasas_issue_init_mfi(struct megasas_instance *instance); 89 static int megasas_register_aen(struct megasas_instance *instance, 136 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, 141 megasas_adp_reset_gen2(struct megasas_instance *instance, 145 megasas_init_adapter_mfi(struct megasas_instance *instance); 147 megasas_build_and_issue_cmd(struct megasas_instance *instance, 151 megasas_release_fusion(struct megasas_instance *instance); 153 megasas_ioc_init_fusion(struct megasas_instance *instance); [all …]
|
D | megaraid_sas_fusion.c | 57 extern void megasas_free_cmds(struct megasas_instance *instance); 58 extern struct megasas_cmd *megasas_get_cmd(struct megasas_instance 61 megasas_complete_cmd(struct megasas_instance *instance, 65 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd); 68 megasas_return_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd); 69 int megasas_alloc_cmds(struct megasas_instance *instance); 73 megasas_issue_polled(struct megasas_instance *instance, 86 megasas_check_and_restore_queue_depth(struct megasas_instance *instance); 92 int megasas_transition_to_ready(struct megasas_instance *instance); 93 void megaraid_sas_kill_hba(struct megasas_instance *instance); [all …]
|
D | megaraid_sas.h | 1276 struct megasas_instance *instance; 1279 struct megasas_instance { struct 1371 void (*fire_cmd)(struct megasas_instance *, dma_addr_t, \ argument 1380 int (*adp_reset)(struct megasas_instance *, \ 1382 int (*check_reset)(struct megasas_instance *, \ 1386 u32 (*init_adapter)(struct megasas_instance *); 1387 u32 (*build_and_issue_cmd) (struct megasas_instance *, 1389 void (*issue_dcmd) (struct megasas_instance *instance, 1416 struct megasas_instance *instance; 1477 struct megasas_instance *instance[MAX_MGMT_ADAPTERS];
|
D | megaraid_sas_fusion.h | 597 struct megasas_instance; 619 struct megasas_instance *instance;
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 38 u32 (*init_adapter)(struct megasas_instance *); 39 u32 (*build_and_issue_cmd) (struct megasas_instance *, 41 void (*issue_dcmd) (struct megasas_instance *instance,
|