Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1871 u32 hma_size = 0; in cxgb4_read_tpte() local
1893 hma_size = EXT_MEM1_SIZE_G(size) << 20; in cxgb4_read_tpte()
1906 if (hma_size && (offset < (edc1_end + hma_size))) { in cxgb4_read_tpte()
3561 u32 param, hma_size; in adap_config_hma() local
3578 1, &param, &hma_size); in adap_config_hma()
3582 if (ret || !hma_size) in adap_config_hma()
3585 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()
3586 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()
3589 hma_size, HMA_MIN_TOTAL_SIZE, HMA_MAX_TOTAL_SIZE); in adap_config_hma()
3603 sgt->orig_nents = (hma_size << 20) / (page_size << page_order); in adap_config_hma()
[all …]