Searched refs:reply_free_host_index (Results 1 – 4 of 4) sorted by relevance
972 ioc->reply_free_host_index = in _base_interrupt()973 (ioc->reply_free_host_index == in _base_interrupt()975 0 : ioc->reply_free_host_index + 1; in _base_interrupt()976 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()979 writel(ioc->reply_free_host_index, in _base_interrupt()4171 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()4172 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
969 u32 reply_free_host_index; member
965 ioc->reply_free_host_index = in _base_interrupt()966 (ioc->reply_free_host_index == in _base_interrupt()968 0 : ioc->reply_free_host_index + 1; in _base_interrupt()969 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()972 writel(ioc->reply_free_host_index, in _base_interrupt()4340 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()4341 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
892 u32 reply_free_host_index; member