Searched refs:be_max_phys_size (Results 1 – 1 of 1) sorted by relevance
55 static unsigned int be_max_phys_size = 64; variable64 module_param(be_max_phys_size, uint, S_IRUGO);65 MODULE_PARM_DESC(be_max_phys_size,2518 curr_alloc_size = min(be_max_phys_size * 1024, alloc_size); in beiscsi_alloc_mem()2537 curr_alloc_size = min(be_max_phys_size * in beiscsi_alloc_mem()