Searched refs:membase_phys (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Defx.c1126 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR);
1134 efx->membase = ioremap_nocache(efx->membase_phys,
1139 (unsigned long long)efx->membase_phys,
1146 (unsigned long long)efx->membase_phys,
1154 efx->membase_phys = 0;
1170 if (efx->membase_phys) {
1172 efx->membase_phys = 0;
H A Dnet_driver.h646 * @membase_phys: Memory BAR value as physical address
754 resource_size_t membase_phys; member in struct:efx_nic

Completed in 51 milliseconds