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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h125 u32 *blockFetchTable; member in struct:ctlr_info
H A Dhpsa.c337 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
3940 kfree(h->blockFetchTable);
4046 calc_bucket_map(bft, ARRAY_SIZE(bft), 32, h->blockFetchTable);
4085 h->blockFetchTable = kmalloc(((h->max_sg_entries+1) *
4089 || (h->blockFetchTable == NULL))
4104 kfree(h->blockFetchTable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h156 u32 *blockFetchTable; member in struct:ctlr_info
H A Dcciss.c263 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
3841 h->blockFetchTable);
3899 h->blockFetchTable = kmalloc(((h->maxsgentries+1) *
3902 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL))
3913 kfree(h->blockFetchTable);

Completed in 80 milliseconds