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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.c679 static int twl_allocate_memory(TW_Device_Extension *tw_dev, int size, int which) function
713 } /* End twl_allocate_memory() */
1076 if (twl_allocate_memory(tw_dev, sizeof(TW_Command_Full), 0)) {
1082 if (twl_allocate_memory(tw_dev, TW_SECTOR_SIZE, 1)) {
1088 if (twl_allocate_memory(tw_dev, sizeof(TW_Command_Apache_Header), 2)) {

Completed in 29 milliseconds