Searched refs:total_sz (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/ulp/iser/ |
D | iser_memory.c | 178 unsigned long total_sz = 0; in iser_sg_to_page_vec() local 193 total_sz += dma_len; in iser_sg_to_page_vec() 212 page_vec->data_size = total_sz; in iser_sg_to_page_vec()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 2437 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local 2479 total_sz = 0; in _base_allocate_memory_pools() 2595 total_sz += sz; in _base_allocate_memory_pools() 2637 total_sz += ioc->request_sz; in _base_allocate_memory_pools() 2693 total_sz += sz; in _base_allocate_memory_pools() 2718 total_sz += sz; in _base_allocate_memory_pools() 2742 total_sz += sz; in _base_allocate_memory_pools() 2773 total_sz += sz; in _base_allocate_memory_pools() 2787 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() 2790 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 2564 u32 sz, total_sz, reply_post_free_sz; in _base_allocate_memory_pools() local 2615 total_sz = 0; in _base_allocate_memory_pools() 2730 total_sz += sz; in _base_allocate_memory_pools() 2770 total_sz += ioc->request_sz; in _base_allocate_memory_pools() 2828 total_sz += sz; in _base_allocate_memory_pools() 2854 total_sz += sz; in _base_allocate_memory_pools() 2879 total_sz += sz; in _base_allocate_memory_pools() 2913 total_sz += sz; in _base_allocate_memory_pools() 2929 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() 2932 ioc->name, total_sz/1024); in _base_allocate_memory_pools()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 2869 u32 total_sz; in megasas_create_frame_pool() local 2898 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool() 2903 instance->pdev, total_sz, 64, in megasas_create_frame_pool() 2948 memset(cmd->frame, 0, total_sz); in megasas_create_frame_pool()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 2446 int total_sz; in bnx2x_mcast_enqueue_cmd() local 2457 total_sz = sizeof(*new_cmd) + in bnx2x_mcast_enqueue_cmd() 2461 new_cmd = kzalloc(total_sz, GFP_ATOMIC); in bnx2x_mcast_enqueue_cmd()
|