tx_dc_base       2221 drivers/net/ethernet/sfc/falcon/falcon.c 	efx->tx_dc_base = 0x26000;
tx_dc_base       1657 drivers/net/ethernet/sfc/falcon/farch.c 	efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES;
tx_dc_base       1658 drivers/net/ethernet/sfc/falcon/farch.c 	efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES;
tx_dc_base       1673 drivers/net/ethernet/sfc/falcon/farch.c 	EF4_POPULATE_OWORD_1(temp, FRF_AZ_SRM_TX_DC_BASE_ADR, efx->tx_dc_base);
tx_dc_base        802 drivers/net/ethernet/sfc/falcon/net_driver.h 	unsigned tx_dc_base;
tx_dc_base       1715 drivers/net/ethernet/sfc/farch.c 	efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES;
tx_dc_base       1716 drivers/net/ethernet/sfc/farch.c 	efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES;
tx_dc_base       1731 drivers/net/ethernet/sfc/farch.c 	EFX_POPULATE_OWORD_1(temp, FRF_AZ_SRM_TX_DC_BASE_ADR, efx->tx_dc_base);
tx_dc_base        974 drivers/net/ethernet/sfc/net_driver.h 	unsigned tx_dc_base;