Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_common.h15 unsigned int mem_map_size);
Defx_common.c1075 unsigned int mem_map_size) in efx_init_io() argument
1119 efx->membase = ioremap(efx->membase_phys, mem_map_size); in efx_init_io()
1123 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1129 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
Def100_nic.c775 .mem_map_size = NULL,
850 .mem_map_size = NULL,
Dnet_driver.h1343 unsigned int (*mem_map_size)(struct efx_nic *efx); member
Dsiena.c971 .mem_map_size = siena_mem_map_size,
Defx.c1115 efx->type->mem_map_size(efx)); in efx_pci_probe()
Def10.c3999 .mem_map_size = efx_ef10_mem_map_size,
4110 .mem_map_size = efx_ef10_mem_map_size,
/kernel/linux/linux-5.10/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(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,