Searched refs:max_wb_alloc_units (Results 1 – 1 of 1) sorted by relevance
248 uint32_t max_wb_alloc_units = cpu_to_be32(hba->geo_desc->d_write_booster_buffer_max_alloc_units); in ufs_lu_configuration() local280 if (max_wb_alloc_units) { in ufs_lu_configuration()281 wb_alloc_units = max_wb_alloc_units; in ufs_lu_configuration()282 if (wb_alloc_units > max_wb_alloc_units) in ufs_lu_configuration()283 wb_alloc_units = max_wb_alloc_units; in ufs_lu_configuration()