Home
last modified time | relevance | path

Searched refs:escb_arr (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic94xx/
Daic94xx_init.c569 if (!list_empty(&seq->escb_arr[i]->list)) in asd_free_escbs()
570 list_del_init(&seq->escb_arr[i]->list); in asd_free_escbs()
572 asd_ascb_free(seq->escb_arr[i]); in asd_free_escbs()
574 kfree(seq->escb_arr); in asd_free_escbs()
575 seq->escb_arr = NULL; in asd_free_escbs()
596 if (asd_ha->seq.escb_arr) in asd_destroy_ha_caches()
Daic94xx_hwi.c323 seq->escb_arr = kmalloc(seq->num_escbs*sizeof(*seq->escb_arr), in asd_alloc_escbs()
325 if (!seq->escb_arr) in asd_alloc_escbs()
340 seq->escb_arr[i] = escb; in asd_alloc_escbs()
346 kfree(seq->escb_arr); in asd_alloc_escbs()
347 seq->escb_arr = NULL; in asd_alloc_escbs()
358 struct asd_ascb *ascb = seq->escb_arr[i]; in asd_assign_edbs2escbs()
Daic94xx_hwi.h182 struct asd_ascb **escb_arr; /* array of pointers to escbs */ member
Daic94xx_scb.c619 seq->escb_arr[i]->tasklet_complete = escb_tasklet_complete; in asd_init_post_escbs()
622 return asd_post_escb_list(asd_ha, seq->escb_arr[0], seq->num_escbs); in asd_init_post_escbs()