Searched refs:escb_arr (Results 1 – 4 of 4) sorted by relevance
569 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()
323 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()
182 struct asd_ascb **escb_arr; /* array of pointers to escbs */ member
619 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()