Searched refs:total_sz (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/ulp/iser/ |
D | iser_memory.c | 180 unsigned long total_sz = 0; in iser_sg_to_page_vec() local 195 total_sz += dma_len; in iser_sg_to_page_vec() 214 *data_size = total_sz; in iser_sg_to_page_vec()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 2640 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local 2691 total_sz = 0; in _base_allocate_memory_pools() 2790 total_sz += sz; in _base_allocate_memory_pools() 2865 total_sz += sz; in _base_allocate_memory_pools() 2905 total_sz += ioc->request_sz; in _base_allocate_memory_pools() 2963 total_sz += sz; in _base_allocate_memory_pools() 2989 total_sz += sz; in _base_allocate_memory_pools() 3014 total_sz += sz; in _base_allocate_memory_pools() 3030 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() 3033 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 2476 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local 2518 total_sz = 0; in _base_allocate_memory_pools() 2621 total_sz += sz; in _base_allocate_memory_pools() 2695 total_sz += sz; in _base_allocate_memory_pools() 2737 total_sz += ioc->request_sz; in _base_allocate_memory_pools() 2793 total_sz += sz; in _base_allocate_memory_pools() 2818 total_sz += sz; in _base_allocate_memory_pools() 2842 total_sz += sz; in _base_allocate_memory_pools() 2856 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() 2859 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 3556 u32 total_sz; in megasas_create_frame_pool() local 3585 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool() 3590 instance->pdev, total_sz, 256, 0); in megasas_create_frame_pool() 3634 memset(cmd->frame, 0, total_sz); in megasas_create_frame_pool()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 2388 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()
|