Searched refs:membase_phys (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ ! |
D | efx_common.c | 1111 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_siena_init_io() 1112 if (!efx->membase_phys) { in efx_siena_init_io() 1128 efx->membase = ioremap(efx->membase_phys, mem_map_size); in efx_siena_init_io() 1132 (unsigned long long)efx->membase_phys, mem_map_size); in efx_siena_init_io() 1138 (unsigned long long)efx->membase_phys, mem_map_size, in efx_siena_init_io() 1146 efx->membase_phys = 0; in efx_siena_init_io() 1162 if (efx->membase_phys) { in efx_siena_fini_io() 1164 efx->membase_phys = 0; in efx_siena_fini_io()
|
D | net_driver.h | 959 resource_size_t membase_phys; member
|
/linux-6.1.9/drivers/net/ethernet/sfc/ ! |
D | efx_common.c | 1097 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_init_io() 1098 if (!efx->membase_phys) { in efx_init_io() 1114 efx->membase = ioremap(efx->membase_phys, mem_map_size); in efx_init_io() 1118 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io() 1124 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io() 1132 efx->membase_phys = 0; in efx_init_io() 1148 if (efx->membase_phys) { in efx_fini_io() 1150 efx->membase_phys = 0; in efx_fini_io()
|
D | ef100_netdev.c | 66 membase = ioremap(efx->membase_phys, uc_mem_map_size); in ef100_remap_bar()
|
D | net_driver.h | 1011 resource_size_t membase_phys; member
|
D | ef10.c | 1256 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-6.1.9/drivers/net/ethernet/sfc/falcon/ ! |
D | efx.c | 1251 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in ef4_init_io() 1259 efx->membase = ioremap(efx->membase_phys, mem_map_size); in ef4_init_io() 1263 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io() 1269 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io() 1277 efx->membase_phys = 0; in ef4_init_io() 1295 if (efx->membase_phys) { in ef4_fini_io() 1298 efx->membase_phys = 0; in ef4_fini_io()
|
D | net_driver.h | 778 resource_size_t membase_phys; member
|