Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c306 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...]