Home
last modified time | relevance | path

Searched refs:EFX_MEM_BAR (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/sfc/
Defx.h26 #define EFX_MEM_BAR 2 macro
Defx.c1102 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR); in efx_init_io()
1103 rc = pci_request_region(pci_dev, EFX_MEM_BAR, "sfc"); in efx_init_io()
1141 pci_release_region(efx->pci_dev, EFX_MEM_BAR); in efx_init_io()
1160 pci_release_region(efx->pci_dev, EFX_MEM_BAR); in efx_fini_io()