Searched refs:mem_map_size (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_common.h | 15 unsigned int mem_map_size);
|
A D | efx_common.c | 1084 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()
|
A D | net_driver.h | 1305 unsigned int (*mem_map_size)(struct efx_nic *efx); member
|
A D | efx.c | 1061 efx->type->mem_map_size(efx)); in efx_pci_probe()
|
A D | siena.c | 982 .mem_map_size = siena_mem_map_size,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx_common.h | 15 unsigned int mem_map_size);
|
A D | efx_common.c | 1074 unsigned int mem_map_size) in efx_init_io() argument 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()
|
A D | ef100_nic.c | 1308 .mem_map_size = NULL, 1384 .mem_map_size = NULL,
|
A D | net_driver.h | 1400 unsigned int (*mem_map_size)(struct efx_nic *efx); member
|
A D | efx.c | 1093 efx->type->mem_map_size(efx)); in efx_pci_probe()
|
A D | ef10.c | 4029 .mem_map_size = efx_ef10_mem_map_size, 4141 .mem_map_size = efx_ef10_mem_map_size,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 1217 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()
|
A D | net_driver.h | 1042 unsigned int (*mem_map_size)(struct ef4_nic *efx); member
|
A D | falcon.c | 2710 .mem_map_size = falcon_a1_mem_map_size, 2807 .mem_map_size = falcon_b0_mem_map_size,
|
Completed in 48 milliseconds