Searched refs:escb_arr (Results 1 – 4 of 4) sorted by relevance
308 seq->escb_arr = kmalloc_array(seq->num_escbs, sizeof(*seq->escb_arr), in asd_alloc_escbs()310 if (!seq->escb_arr) in asd_alloc_escbs()325 seq->escb_arr[i] = escb; in asd_alloc_escbs()331 kfree(seq->escb_arr); in asd_alloc_escbs()332 seq->escb_arr = NULL; in asd_alloc_escbs()343 struct asd_ascb *ascb = seq->escb_arr[i]; in asd_assign_edbs2escbs()
541 if (!list_empty(&seq->escb_arr[i]->list)) in asd_free_escbs()542 list_del_init(&seq->escb_arr[i]->list); in asd_free_escbs()544 asd_ascb_free(seq->escb_arr[i]); in asd_free_escbs()546 kfree(seq->escb_arr); in asd_free_escbs()547 seq->escb_arr = NULL; in asd_free_escbs()567 if (asd_ha->seq.escb_arr) in asd_destroy_ha_caches()
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()