Searched refs:hma_size (Results 1 – 1 of 1) sorted by relevance
2268 u32 hma_size = 0; in cxgb4_read_tpte() local2290 hma_size = EXT_MEM1_SIZE_G(size) << 20; in cxgb4_read_tpte()2303 if (hma_size && (offset < (edc1_end + hma_size))) { in cxgb4_read_tpte()4033 u32 param, hma_size; in adap_config_hma() local4050 1, ¶m, &hma_size); in adap_config_hma()4054 if (ret || !hma_size) in adap_config_hma()4057 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()4058 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()4061 hma_size, HMA_MIN_TOTAL_SIZE, HMA_MAX_TOTAL_SIZE); in adap_config_hma()4075 sgt->orig_nents = (hma_size << 20) / (page_size << page_order); in adap_config_hma()[all …]