Searched refs:be_max_phys_size (Results 1 – 1 of 1) sorted by relevance
48 static unsigned int be_max_phys_size = 64; variable57 module_param(be_max_phys_size, uint, S_IRUGO);58 MODULE_PARM_DESC(be_max_phys_size,2744 curr_alloc_size = min(be_max_phys_size * 1024, alloc_size); in beiscsi_alloc_mem()2764 curr_alloc_size = min(be_max_phys_size * in beiscsi_alloc_mem()