Home
last modified time | relevance | path

Searched refs:total_sz (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/infiniband/ulp/iser/
Diser_memory.c177 unsigned long total_sz = 0; in iser_sg_to_page_vec() local
192 total_sz += dma_len; in iser_sg_to_page_vec()
211 page_vec->data_size = total_sz; in iser_sg_to_page_vec()
/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2147 u32 sz, total_sz; in _base_allocate_memory_pools() local
2185 total_sz = 0; in _base_allocate_memory_pools()
2326 total_sz += sz; in _base_allocate_memory_pools()
2366 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
2422 total_sz += sz; in _base_allocate_memory_pools()
2447 total_sz += sz; in _base_allocate_memory_pools()
2471 total_sz += sz; in _base_allocate_memory_pools()
2497 total_sz += sz; in _base_allocate_memory_pools()
2511 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
2514 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2828 u32 total_sz; in megasas_create_frame_pool() local
2857 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
2862 instance->pdev, total_sz, 64, in megasas_create_frame_pool()
2907 memset(cmd->frame, 0, total_sz); in megasas_create_frame_pool()