Searched refs:escbs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 308 int i, escbs; in asd_alloc_escbs() local 315 escbs = seq->num_escbs; in asd_alloc_escbs() 316 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags); in asd_alloc_escbs() 318 asd_printk("couldn't allocate list of escbs\n"); in asd_alloc_escbs() 321 seq->num_escbs -= escbs; /* subtract what was not allocated */ in asd_alloc_escbs() 389 asd_printk("couldn't allocate escbs\n"); in asd_init_escbs() 395 * memory and leave no space for escbs (halting condition), in asd_init_escbs() 396 * we increment pending here by the number of escbs. However, in asd_init_escbs() 397 * escbs are never pending. in asd_init_escbs() 681 asd_printk("couldn't initialize escbs\ in asd_init_hw() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 306 int i, escbs; in asd_alloc_escbs() local 313 escbs = seq->num_escbs; in asd_alloc_escbs() 314 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags); in asd_alloc_escbs() 316 asd_printk("couldn't allocate list of escbs\n"); in asd_alloc_escbs() 319 seq->num_escbs -= escbs; /* subtract what was not allocated */ in asd_alloc_escbs() 387 asd_printk("couldn't allocate escbs\n"); in asd_init_escbs() 393 * memory and leave no space for escbs (halting condition), in asd_init_escbs() 394 * we increment pending here by the number of escbs. However, in asd_init_escbs() 395 * escbs are never pending. in asd_init_escbs() 679 asd_printk("couldn't initialize escbs\ in asd_init_hw() [all...] |
Completed in 3 milliseconds