Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/sfc/
Dnic.c1736 efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES; in efx_nic_dimension_resources()
1737 efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES; in efx_nic_dimension_resources()
1752 EFX_POPULATE_OWORD_1(temp, FRF_AZ_SRM_TX_DC_BASE_ADR, efx->tx_dc_base); in efx_nic_init_common()
Dnet_driver.h778 unsigned tx_dc_base; member
Dfalcon.c1366 efx->tx_dc_base = 0x26000; in falcon_dimension_resources()