Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2269 u32 hma_size = 0; in cxgb4_read_tpte() local
2291 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()
4038 u32 param, hma_size; in adap_config_hma() local
4055 1, &param, &hma_size); in adap_config_hma()
4059 if (ret || !hma_size) in adap_config_hma()
4062 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()
4063 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()
4066 hma_size, HMA_MIN_TOTAL_SIZ in adap_config_hma()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A 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_SIZ in adap_config_hma()
[all...]

Completed in 15 milliseconds