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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c321 int i, escbs; local
328 escbs = seq->num_escbs;
329 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags);
331 asd_printk("couldn't allocate list of escbs\n");
334 seq->num_escbs -= escbs; /* subtract what was not allocated */
402 asd_printk("couldn't allocate escbs\n");
408 * memory and leave no space for escbs (halting condition),
409 * we increment pending here by the number of escbs. However,
410 * escbs are never pending.
695 asd_printk("couldn't initialize escbs\
[all...]

Completed in 160 milliseconds