Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/aic94xx/
Daic94xx_hwi.c308 seq->escb_arr = kmalloc_array(seq->num_escbs, sizeof(*seq->escb_arr), in asd_alloc_escbs()
313 escbs = seq->num_escbs; in asd_alloc_escbs()
319 seq->num_escbs -= escbs; /* subtract what was not allocated */ in asd_alloc_escbs()
320 ASD_DPRINTK("num_escbs:%d\n", seq->num_escbs); in asd_alloc_escbs()
322 for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next, in asd_alloc_escbs()
342 for (i = 0; i < seq->num_escbs; i++) { in asd_assign_edbs2escbs()
376 seq->num_escbs = (edbs+ASD_EDBS_PER_SCB-1)/ASD_EDBS_PER_SCB; in asd_init_escbs()
377 seq->num_edbs = seq->num_escbs * ASD_EDBS_PER_SCB; in asd_init_escbs()
397 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()