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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h161 * @epthru_pool_handle : handle to the pool above
200 struct dma_pool *epthru_pool_handle; member in struct:__anon14774
H A Dmegaraid_mbox.c1209 raid_dev->epthru_pool_handle = pci_pool_create("megaraid mbox pthru",
1212 if (raid_dev->epthru_pool_handle == NULL) {
1219 raid_dev->epthru_pool_handle,
1286 pci_pool_free(raid_dev->epthru_pool_handle,
1289 if (raid_dev->epthru_pool_handle)
1290 pci_pool_destroy(raid_dev->epthru_pool_handle);

Completed in 81 milliseconds