Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c1226 unsigned int mem_map_size = efx->type->mem_map_size(efx); in ef4_init_io() local
1268 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in ef4_init_io()
1272 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io()
1278 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io()
Dnet_driver.h1042 unsigned int (*mem_map_size)(struct ef4_nic *efx); member
Dfalcon.c2710 .mem_map_size = falcon_a1_mem_map_size,
2807 .mem_map_size = falcon_b0_mem_map_size,
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c1285 unsigned int mem_map_size = efx->type->mem_map_size(efx); in efx_init_io() local
1327 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io()
1331 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1337 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
Dnet_driver.h1273 unsigned int (*mem_map_size)(struct efx_nic *efx); member
Dsiena.c959 .mem_map_size = siena_mem_map_size,
Def10.c6606 .mem_map_size = efx_ef10_mem_map_size,
6713 .mem_map_size = efx_ef10_mem_map_size,