Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h805 unsigned tx_dc_base; member
Dfarch.c1660 efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES; in ef4_farch_dimension_resources()
1661 efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES; in ef4_farch_dimension_resources()
1676 EF4_POPULATE_OWORD_1(temp, FRF_AZ_SRM_TX_DC_BASE_ADR, efx->tx_dc_base); in ef4_farch_init_common()
Dfalcon.c2224 efx->tx_dc_base = 0x26000; in falcon_dimension_resources()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dfarch.c1718 efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES; in efx_farch_dimension_resources()
1719 efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES; in efx_farch_dimension_resources()
1734 EFX_POPULATE_OWORD_1(temp, FRF_AZ_SRM_TX_DC_BASE_ADR, efx->tx_dc_base); in efx_farch_init_common()
Dnet_driver.h977 unsigned tx_dc_base; member