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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 205 milliseconds