Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sfc/
Defx_common.h15 unsigned int mem_map_size);
Defx_common.c1074 unsigned int mem_map_size) in efx_init_io() argument
1118 efx->membase = ioremap(efx->membase_phys, mem_map_size); in efx_init_io()
1122 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1128 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
Def100_nic.c799 .mem_map_size = NULL,
875 .mem_map_size = NULL,
Dnet_driver.h1306 unsigned int (*mem_map_size)(struct efx_nic *efx); member
Defx.c1073 efx->type->mem_map_size(efx)); in efx_pci_probe()
Def10.c4035 .mem_map_size = efx_ef10_mem_map_size,
4147 .mem_map_size = efx_ef10_mem_map_size,
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Defx_common.h15 unsigned int mem_map_size);
Defx_common.c1084 unsigned int mem_map_size) in efx_siena_init_io() argument
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()
Dnet_driver.h1305 unsigned int (*mem_map_size)(struct efx_nic *efx); member
Defx.c1057 efx->type->mem_map_size(efx)); in efx_pci_probe()
Dsiena.c982 .mem_map_size = siena_mem_map_size,
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Defx.c1217 unsigned int mem_map_size = efx->type->mem_map_size(efx); in ef4_init_io() local
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()
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,