Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_memory.c252 unsigned long total_sz = 0; in iser_sg_to_page_vec() local
267 total_sz += dma_len; in iser_sg_to_page_vec()
286 *data_size = total_sz; in iser_sg_to_page_vec()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2501 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local
2547 total_sz = 0; in _base_allocate_memory_pools()
2650 total_sz += sz; in _base_allocate_memory_pools()
2724 total_sz += sz; in _base_allocate_memory_pools()
2766 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
2822 total_sz += sz; in _base_allocate_memory_pools()
2847 total_sz += sz; in _base_allocate_memory_pools()
2871 total_sz += sz; in _base_allocate_memory_pools()
2885 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
2888 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2666 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local
2723 total_sz = 0; in _base_allocate_memory_pools()
2822 total_sz += sz; in _base_allocate_memory_pools()
2897 total_sz += sz; in _base_allocate_memory_pools()
2937 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
2995 total_sz += sz; in _base_allocate_memory_pools()
3021 total_sz += sz; in _base_allocate_memory_pools()
3046 total_sz += sz; in _base_allocate_memory_pools()
3062 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
3065 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3592 u32 total_sz; in megasas_create_frame_pool() local
3621 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
3626 instance->pdev, total_sz, 256, 0); in megasas_create_frame_pool()
3670 memset(cmd->frame, 0, total_sz); in megasas_create_frame_pool()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2388 int total_sz; in bnx2x_mcast_enqueue_cmd() local
2399 total_sz = sizeof(*new_cmd) + in bnx2x_mcast_enqueue_cmd()
2403 new_cmd = kzalloc(total_sz, GFP_ATOMIC); in bnx2x_mcast_enqueue_cmd()