Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2259 u32 hma_size = 0; in cxgb4_read_tpte() local
2281 hma_size = EXT_MEM1_SIZE_G(size) << 20; in cxgb4_read_tpte()
2294 if (hma_size && (offset < (edc1_end + hma_size))) { in cxgb4_read_tpte()
4024 u32 param, hma_size; in adap_config_hma() local
4041 1, &param, &hma_size); in adap_config_hma()
4045 if (ret || !hma_size) in adap_config_hma()
4048 if (hma_size < HMA_MIN_TOTAL_SIZE || in adap_config_hma()
4049 hma_size > HMA_MAX_TOTAL_SIZE) { in adap_config_hma()
4052 hma_size, HMA_MIN_TOTAL_SIZE, HMA_MAX_TOTAL_SIZE); in adap_config_hma()
4137 htonl(FW_HMA_CMD_SIZE_V(hma_size) | in adap_config_hma()
[all …]