Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1752 u32 hma_size = 0; in cxgb4_read_tpte() local
1774 hma_size = EXT_MEM1_SIZE_G(size) << 20; in cxgb4_read_tpte()
1787 if (hma_size && (offset < (edc1_end + hma_size))) { in cxgb4_read_tpte()
3392 u32 param, hma_size; in adap_config_hma() local
3409 1, &param, &hma_size); in adap_config_hma()
3413 if (ret || !hma_size) in adap_config_hma()
3416 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()
3417 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()
3420 hma_size, HMA_MIN_TOTAL_SIZE, HMA_MAX_TOTAL_SIZE); in adap_config_hma()
3434 sgt->orig_nents = (hma_size << 20) / (page_size << page_order); in adap_config_hma()
[all …]