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

/linux-4.1.27/drivers/scsi/
H A D3w-xxxx.c70 tw_allocate_memory (acme)
136 Better alignment checking in tw_allocate_memory().
159 1.02.00.029 - Add missing pci_free_consistent() in tw_allocate_memory().
177 1.02.00.035 - Improve tw_allocate_memory() memory allocation.
830 static int tw_allocate_memory(TW_Device_Extension *tw_dev, int size, int which) tw_allocate_memory() function
836 dprintk(KERN_NOTICE "3w-xxxx: tw_allocate_memory()\n"); tw_allocate_memory()
863 printk(KERN_WARNING "3w-xxxx: tw_allocate_memory(): case slip in tw_allocate_memory()\n"); tw_allocate_memory()
869 } /* End tw_allocate_memory() */
1246 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0); tw_initialize_device_extension()
1253 error = tw_allocate_memory(tw_dev, sizeof(TW_Sector), 1); tw_initialize_device_extension()

Completed in 76 milliseconds