Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_init.c555 if (!list_empty(&seq->escb_arr[i]->list)) in asd_free_escbs()
556 list_del_init(&seq->escb_arr[i]->list); in asd_free_escbs()
558 asd_ascb_free(seq->escb_arr[i]); in asd_free_escbs()
560 kfree(seq->escb_arr); in asd_free_escbs()
561 seq->escb_arr = NULL; in asd_free_escbs()
581 if (asd_ha->seq.escb_arr) in asd_destroy_ha_caches()
Daic94xx_hwi.c310 seq->escb_arr = kmalloc_array(seq->num_escbs, sizeof(*seq->escb_arr), in asd_alloc_escbs()
312 if (!seq->escb_arr) in asd_alloc_escbs()
327 seq->escb_arr[i] = escb; in asd_alloc_escbs()
333 kfree(seq->escb_arr); in asd_alloc_escbs()
334 seq->escb_arr = NULL; in asd_alloc_escbs()
345 struct asd_ascb *ascb = seq->escb_arr[i]; in asd_assign_edbs2escbs()
Daic94xx_hwi.h164 struct asd_ascb **escb_arr; /* array of pointers to escbs */ member
Daic94xx_scb.c603 seq->escb_arr[i]->tasklet_complete = escb_tasklet_complete; in asd_init_post_escbs()
606 return asd_post_escb_list(asd_ha, seq->escb_arr[0], seq->num_escbs); in asd_init_post_escbs()