Lines Matching defs:tw_allocate_memory
69 tw_allocate_memory (acme)
135 Better alignment checking in tw_allocate_memory().
158 1.02.00.029 - Add missing pci_free_consistent() in tw_allocate_memory().
176 1.02.00.035 - Improve tw_allocate_memory() memory allocation.
831 static int tw_allocate_memory(TW_Device_Extension *tw_dev, int size, int which)
837 dprintk(KERN_NOTICE "3w-xxxx: tw_allocate_memory()\n");
866 printk(KERN_WARNING "3w-xxxx: tw_allocate_memory(): case slip in tw_allocate_memory()\n");
872 } /* End tw_allocate_memory() */
1259 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0);
1266 error = tw_allocate_memory(tw_dev, sizeof(TW_Sector), 1);