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