Searched refs:reply_free_host_index (Results 1 – 2 of 2) sorted by relevance
1001 ioc->reply_free_host_index = in _base_interrupt()1002 (ioc->reply_free_host_index == in _base_interrupt()1004 0 : ioc->reply_free_host_index + 1; in _base_interrupt()1005 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()1008 writel(ioc->reply_free_host_index, in _base_interrupt()5078 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()5079 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
1127 u32 reply_free_host_index; member