Home
last modified time | relevance | path

Searched refs:hma_size (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c2268 u32 hma_size = 0; in cxgb4_read_tpte() local
2290 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() local
4050 1, &param, &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 …]