Searched refs:num_escbs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 310 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() [all...] |
H A D | aic94xx_hwi.h | 163 int num_escbs; member
|
H A D | aic94xx_scb.c | 598 for (i = 0; i < seq->num_escbs; i++) in asd_init_post_escbs() 602 return asd_post_escb_list(asd_ha, seq->escb_arr[0], seq->num_escbs); in asd_init_post_escbs()
|
H A D | aic94xx_init.c | 554 for (i = 0; i < seq->num_escbs; i++) { in asd_free_escbs()
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 308 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() [all...] |
H A D | aic94xx_hwi.h | 163 int num_escbs; member
|
H A D | aic94xx_scb.c | 602 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()
|
H A D | aic94xx_init.c | 554 for (i = 0; i < seq->num_escbs; i++) { in asd_free_escbs()
|
Completed in 9 milliseconds