Searched refs:hma_size (Results 1 – 1 of 1) sorted by relevance
2269 u32 hma_size = 0; in cxgb4_read_tpte() local2291 hma_size = EXT_MEM1_SIZE_G(size) << 20; in cxgb4_read_tpte()2304 if (hma_size && (offset < (edc1_end + hma_size))) { in cxgb4_read_tpte()4034 u32 param, hma_size; in adap_config_hma() local4051 1, ¶m, &hma_size); in adap_config_hma()4055 if (ret || !hma_size) in adap_config_hma()4058 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()4059 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()4062 hma_size, HMA_MIN_TOTAL_SIZE, HMA_MAX_TOTAL_SIZE); in adap_config_hma()4076 sgt->orig_nents = (hma_size << 20) / (page_size << page_order); in adap_config_hma()[all …]