Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
A Defx_common.c1100 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_init_io()
1101 if (!efx->membase_phys) { in efx_init_io()
1117 efx->membase = ioremap(efx->membase_phys, mem_map_size); in efx_init_io()
1121 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1127 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
1135 efx->membase_phys = 0; in efx_init_io()
1151 if (efx->membase_phys) { in efx_fini_io()
1153 efx->membase_phys = 0; in efx_fini_io()
A Def100_netdev.c64 membase = ioremap(efx->membase_phys, uc_mem_map_size); in ef100_remap_bar()
A Dnet_driver.h965 resource_size_t membase_phys; member
A Def10.c1256 membase = ioremap(efx->membase_phys, uc_mem_map_size); in efx_ef10_dimension_resources()
1268 nic_data->wc_membase = ioremap_wc(efx->membase_phys + in efx_ef10_dimension_resources()
1290 &efx->membase_phys, efx->membase, uc_mem_map_size, in efx_ef10_dimension_resources()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.c1256 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in ef4_init_io()
1264 efx->membase = ioremap(efx->membase_phys, mem_map_size); in ef4_init_io()
1268 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io()
1274 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io()
1282 efx->membase_phys = 0; in ef4_init_io()
1300 if (efx->membase_phys) { in ef4_fini_io()
1303 efx->membase_phys = 0; in ef4_fini_io()
A Dnet_driver.h778 resource_size_t membase_phys; member

Completed in 67 milliseconds