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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c2528 struct aic7xxx_scb *scb_ap; local
2559 scb_ap = kmalloc(sizeof (struct aic7xxx_scb) * scb_count
2561 if (scb_ap == NULL)
2563 scb_dma = (struct aic7xxx_scb_dma *)&scb_ap[scb_count];
2569 kfree(scb_ap);
2584 memset(scb_ap, 0, sizeof (struct aic7xxx_scb) * scb_count);
2590 scbp = &scb_ap[i];
2605 scbp->kmalloc_ptr = scb_ap;

Completed in 199 milliseconds