Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_hwi.c310 seq->escb_arr = kmalloc_array(seq->num_escbs, sizeof(*seq->escb_arr), in asd_alloc_escbs()
315 escbs = seq->num_escbs; in asd_alloc_escbs()
321 seq->num_escbs -= escbs; /* subtract what was not allocated */ in asd_alloc_escbs()
322 ASD_DPRINTK("num_escbs:%d\n", seq->num_escbs); in asd_alloc_escbs()
324 for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next, in asd_alloc_escbs()
344 for (i = 0; i < seq->num_escbs; i++) { in asd_assign_edbs2escbs()
378 seq->num_escbs = (edbs+ASD_EDBS_PER_SCB-1)/ASD_EDBS_PER_SCB; in asd_init_escbs()
379 seq->num_edbs = seq->num_escbs * ASD_EDBS_PER_SCB; in asd_init_escbs()
399 seq->pending = seq->num_escbs; in asd_init_escbs()
Daic94xx_hwi.h163 int num_escbs; member
Daic94xx_scb.c602 for (i = 0; i < seq->num_escbs; i++) 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()
Daic94xx_init.c554 for (i = 0; i < seq->num_escbs; i++) { in asd_free_escbs()