Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/iser/
Diser_memory.c155 unsigned long total_sz = 0; in iser_sg_to_page_vec() local
170 total_sz += dma_len; in iser_sg_to_page_vec()
189 *data_size = total_sz; in iser_sg_to_page_vec()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3150 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local
3211 total_sz = 0; in _base_allocate_memory_pools()
3310 total_sz += sz; in _base_allocate_memory_pools()
3385 total_sz += sz; in _base_allocate_memory_pools()
3425 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
3483 total_sz += sz; in _base_allocate_memory_pools()
3509 total_sz += sz; in _base_allocate_memory_pools()
3534 total_sz += sz; in _base_allocate_memory_pools()
3550 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
3553 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3664 u32 total_sz; in megasas_create_frame_pool() local
3692 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
3697 instance->pdev, total_sz, 256, 0); in megasas_create_frame_pool()
3741 memset(cmd->frame, 0, total_sz); in megasas_create_frame_pool()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2635 int total_sz; in bnx2x_mcast_enqueue_cmd() local
2646 total_sz = sizeof(*new_cmd) + in bnx2x_mcast_enqueue_cmd()
2650 new_cmd = kzalloc(total_sz, GFP_ATOMIC); in bnx2x_mcast_enqueue_cmd()