Searched refs:pcisize (Results 1 – 1 of 1) sorted by relevance
2186 int i, pcisize = 0; in __hal_device_pci_init() local2200 pcisize = XGE_HAL_PCISIZE_HERC; in __hal_device_pci_init()2202 pcisize = XGE_HAL_PCISIZE_XENA; in __hal_device_pci_init()2205 for (i = 0; i < pcisize; i++) { in __hal_device_pci_init()2278 for (i = 0; i < pcisize; i++) { in __hal_device_pci_init()3024 int i, j, swap_done, pcisize = 0; in __hal_device_reset() local3062 pcisize = (xge_hal_device_check_id(hldev) == XGE_HAL_CARD_HERC)? in __hal_device_reset()3071 for (j = 0; j < pcisize; j++) { in __hal_device_reset()3096 pcisize = XGE_HAL_PCISIZE_HERC; in __hal_device_reset()3109 pcisize = XGE_HAL_PCISIZE_XENA; in __hal_device_reset()[all …]