Home
last modified time | relevance | path

Searched refs:mem_map_size (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c1229 unsigned int mem_map_size = efx->type->mem_map_size(efx); in ef4_init_io() local
1271 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in ef4_init_io()
1275 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io()
1281 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io()
Dnet_driver.h1045 unsigned int (*mem_map_size)(struct ef4_nic *efx); member
Dfalcon.c2713 .mem_map_size = falcon_a1_mem_map_size,
2810 .mem_map_size = falcon_b0_mem_map_size,
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c1288 unsigned int mem_map_size = efx->type->mem_map_size(efx); in efx_init_io() local
1330 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io()
1334 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1340 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
Dnet_driver.h1276 unsigned int (*mem_map_size)(struct efx_nic *efx); member
Dsiena.c962 .mem_map_size = siena_mem_map_size,
Def10.c6579 .mem_map_size = efx_ef10_mem_map_size,
6686 .mem_map_size = efx_ef10_mem_map_size,