Home
last modified time | relevance | path

Searched refs:asd_ascb (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_hwi.h112 struct asd_ascb { struct
120 void (*tasklet_complete)(struct asd_ascb *, struct done_list_struct *); argument
164 struct asd_ascb **escb_arr; /* array of pointers to escbs */
271 struct asd_ascb *ascb) in asd_init_ascb()
319 static inline void asd_ascb_free(struct asd_ascb *ascb) in asd_ascb_free()
343 static inline void asd_ascb_free_list(struct asd_ascb *ascb_list) in asd_ascb_free_list()
351 asd_ascb_free(list_entry(pos, struct asd_ascb, list)); in asd_ascb_free_list()
361 struct asd_ascb *asd_ascb_alloc_list(struct asd_ha_struct
365 int asd_post_ascb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb,
367 int asd_post_escb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb,
[all …]
Daic94xx_tmf.c17 static int asd_enqueue_internal(struct asd_ascb *ascb, in asd_enqueue_internal()
18 void (*tasklet_complete)(struct asd_ascb *, in asd_enqueue_internal() argument
56 static void asd_clear_nexus_tasklet_complete(struct asd_ascb *ascb, in asd_clear_nexus_tasklet_complete()
73 struct asd_ascb *ascb = from_timer(ascb, t, timer); in asd_clear_nexus_timedout()
82 struct asd_ascb *ascb; \
217 struct asd_ascb *tascb = task->lldd_task; in asd_clear_nexus_tag()
232 struct asd_ascb *tascb = task->lldd_task; in asd_clear_nexus_index()
247 struct asd_ascb *ascb = from_timer(ascb, t, timer); in asd_tmf_timedout()
255 static int asd_get_tmf_resp_tasklet(struct asd_ascb *ascb, in asd_get_tmf_resp_tasklet()
267 struct asd_ascb *escb; in asd_get_tmf_resp_tasklet()
[all …]
Daic94xx_task.c14 static void asd_unbuild_ata_ascb(struct asd_ascb *a);
15 static void asd_unbuild_smp_ascb(struct asd_ascb *a);
16 static void asd_unbuild_ssp_ascb(struct asd_ascb *a);
40 struct asd_ascb *ascb = task->lldd_task; in asd_map_scatterlist()
116 static void asd_unmap_scatterlist(struct asd_ascb *ascb) in asd_unmap_scatterlist()
140 static void asd_get_response_tasklet(struct asd_ascb *ascb, in asd_get_response_tasklet()
155 struct asd_ascb *escb; in asd_get_response_tasklet()
194 static void asd_task_tasklet_complete(struct asd_ascb *ascb, in asd_task_tasklet_complete()
345 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ata_ascb()
406 static void asd_unbuild_ata_ascb(struct asd_ascb *a) in asd_unbuild_ata_ascb()
[all …]
Daic94xx_scb.c67 static void asd_phy_event_tasklet(struct asd_ascb *ascb, in asd_phy_event_tasklet()
218 static void asd_bytes_dmaed_tasklet(struct asd_ascb *ascb, in asd_bytes_dmaed_tasklet()
240 static void asd_link_reset_err_tasklet(struct asd_ascb *ascb, in asd_link_reset_err_tasklet()
277 struct asd_ascb *cp = asd_ascb_alloc_list(ascb->ha, &num, in asd_link_reset_err_tasklet()
293 static void asd_primitive_rcvd_tasklet(struct asd_ascb *ascb, in asd_primitive_rcvd_tasklet()
366 void asd_invalidate_edb(struct asd_ascb *ascb, int edb_id) in asd_invalidate_edb()
399 static void escb_tasklet_complete(struct asd_ascb *ascb, in escb_tasklet_complete()
429 struct asd_ascb *a, *b; in escb_tasklet_complete()
482 struct asd_ascb *a; in escb_tasklet_complete()
626 static void control_phy_tasklet_complete(struct asd_ascb *ascb, in control_phy_tasklet_complete()
[all …]
Daic94xx_hwi.c307 struct asd_ascb *escb; in asd_alloc_escbs()
325 struct asd_ascb, in asd_alloc_escbs()
345 struct asd_ascb *ascb = seq->escb_arr[i]; in asd_assign_edbs2escbs()
722 struct asd_ascb *ascb; in asd_dl_tasklet_handler()
1030 static struct asd_ascb *asd_ascb_alloc(struct asd_ha_struct *asd_ha, in asd_ascb_alloc()
1035 struct asd_ascb *ascb; in asd_ascb_alloc()
1085 struct asd_ascb *asd_ascb_alloc_list(struct asd_ha_struct in asd_ascb_alloc_list()
1089 struct asd_ascb *first = NULL; in asd_ascb_alloc_list()
1092 struct asd_ascb *ascb = asd_ascb_alloc(asd_ha, gfp_flags); in asd_ascb_alloc_list()
1099 struct asd_ascb *last = list_entry(first->list.prev, in asd_ascb_alloc_list()
[all …]
Daic94xx.h46 struct asd_ascb;
54 void asd_invalidate_edb(struct asd_ascb *ascb, int edb_id);
Daic94xx_init.c629 sizeof(struct asd_ascb), in asd_create_global_caches()
862 struct asd_ascb *ascb = list_entry(pos, struct asd_ascb, list); in asd_free_queues()