Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/nxge/xgehal/
Dxgehal-device.c2185 int i, pcisize = 0; in __hal_device_pci_init() local
2199 pcisize = XGE_HAL_PCISIZE_HERC; in __hal_device_pci_init()
2201 pcisize = XGE_HAL_PCISIZE_XENA; in __hal_device_pci_init()
2204 for (i = 0; i < pcisize; i++) { in __hal_device_pci_init()
2277 for (i = 0; i < pcisize; i++) { in __hal_device_pci_init()
3034 int i, j, swap_done, pcisize = 0; in __hal_device_reset() local
3072 pcisize = (xge_hal_device_check_id(hldev) == XGE_HAL_CARD_HERC)? in __hal_device_reset()
3081 for (j = 0; j < pcisize; j++) { in __hal_device_reset()
3106 pcisize = XGE_HAL_PCISIZE_HERC; in __hal_device_reset()
3119 pcisize = XGE_HAL_PCISIZE_XENA; in __hal_device_reset()
[all …]