Searched defs:total_sz (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/ulp/iser/
H A Diser_memory.c177 unsigned long total_sz = 0; local
192 total_sz += dma_len;
211 page_vec->data_size = total_sz;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c2399 u32 sz, total_sz, reply_post_free_sz; local
2438 total_sz = 0;
2554 total_sz += sz;
2596 total_sz += ioc->request_sz;
2652 total_sz += sz;
2677 total_sz += sz;
2701 total_sz += sz;
2732 total_sz += sz;
2746 total_sz += ioc->config_page_sz;
2749 ioc->name, total_sz/102
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c2854 u32 total_sz; local
2883 total_sz = MEGAMFI_FRAME_SIZE * frame_count;
2888 instance->pdev, total_sz, 64,
2933 memset(cmd->frame, 0, total_sz);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2432 int total_sz; local
2443 total_sz = sizeof(*new_cmd) +
2447 new_cmd = kzalloc(total_sz, GFP_ATOMIC);

Completed in 112 milliseconds