Searched defs:ascb (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/scsi/aic94xx/ | 
| D | aic94xx_task.c | 58 	struct asd_ascb *ascb = task->lldd_task;  in asd_map_scatterlist()  local134 static void asd_unmap_scatterlist(struct asd_ascb *ascb)  in asd_unmap_scatterlist()
 158 static void asd_get_response_tasklet(struct asd_ascb *ascb,  in asd_get_response_tasklet()
 212 static void asd_task_tasklet_complete(struct asd_ascb *ascb,  in asd_task_tasklet_complete()
 364 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task,  in asd_build_ata_ascb()
 432 static int asd_build_smp_ascb(struct asd_ascb *ascb, struct sas_task *task,  in asd_build_smp_ascb()
 482 static int asd_build_ssp_ascb(struct asd_ascb *ascb, struct sas_task *task,  in asd_build_ssp_ascb()
 551 	struct asd_ascb *ascb = NULL, *a;  in asd_execute_task()  local
 
 | 
| D | aic94xx_tmf.c | 35 static int asd_enqueue_internal(struct asd_ascb *ascb,  in asd_enqueue_internal()75 static void asd_clear_nexus_tasklet_complete(struct asd_ascb *ascb,  in asd_clear_nexus_tasklet_complete()
 92 	struct asd_ascb *ascb = (void *)data;  in asd_clear_nexus_timedout()  local
 266 	struct asd_ascb *ascb = (void *) data;  in asd_tmf_timedout()  local
 274 static int asd_get_tmf_resp_tasklet(struct asd_ascb *ascb,  in asd_get_tmf_resp_tasklet()
 320 static void asd_tmf_tasklet_complete(struct asd_ascb *ascb,  in asd_tmf_tasklet_complete()
 411 	struct asd_ascb *ascb = NULL;  in asd_abort_task()  local
 579 	struct asd_ascb *ascb;  in asd_initiate_ssp_tmf()  local
 705 	struct asd_ascb *ascb = task->lldd_task;  in asd_query_task()  local
 
 | 
| D | aic94xx_scb.c | 85 static void asd_phy_event_tasklet(struct asd_ascb *ascb,  in asd_phy_event_tasklet()235 static void asd_bytes_dmaed_tasklet(struct asd_ascb *ascb,  in asd_bytes_dmaed_tasklet()
 258 static void asd_link_reset_err_tasklet(struct asd_ascb *ascb,  in asd_link_reset_err_tasklet()
 311 static void asd_primitive_rcvd_tasklet(struct asd_ascb *ascb,  in asd_primitive_rcvd_tasklet()
 382 void asd_invalidate_edb(struct asd_ascb *ascb, int edb_id)  in asd_invalidate_edb()
 415 static void escb_tasklet_complete(struct asd_ascb *ascb,  in escb_tasklet_complete()
 642 static void control_phy_tasklet_complete(struct asd_ascb *ascb,  in control_phy_tasklet_complete()
 776 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc)  in asd_build_control_phy()
 874 	struct asd_ascb *ascb = (void *) data;  in asd_ascb_timedout()  local
 903 	struct asd_ascb *ascb;  in asd_control_phy()  local
 
 | 
| D | aic94xx_hwi.c | 358 		struct asd_ascb *ascb = seq->escb_arr[i];  in asd_assign_edbs2escbs()  local738 		struct asd_ascb *ascb;  in asd_dl_tasklet_handler()  local
 1051 	struct asd_ascb *ascb;  in asd_ascb_alloc()  local
 1109 		struct asd_ascb *ascb = asd_ascb_alloc(asd_ha, gfp_flags);  in asd_ascb_alloc_list()  local
 1147 			      struct asd_ascb *ascb)  in asd_swap_head_scb()
 1175 	struct asd_ascb *ascb;  in asd_start_scb_timers()  local
 1205 int asd_post_ascb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb,  in asd_post_ascb_list()
 1257 int asd_post_escb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb,  in asd_post_escb_list()
 1358 	struct asd_ascb *ascb;  in asd_enable_phys()  local
 
 | 
| D | aic94xx_hwi.h | 289 				 struct asd_ascb *ascb)  in asd_init_ascb()338 static inline void asd_ascb_free(struct asd_ascb *ascb)  in asd_ascb_free()
 
 | 
| D | aic94xx_init.c | 883 		struct asd_ascb *ascb = list_entry(pos, struct asd_ascb, list);  in asd_free_queues()  local
 |