Searched refs:reply_free_host_index (Results 1 – 2 of 2) sorted by relevance
1454 ioc->reply_free_host_index = in _base_interrupt()1455 (ioc->reply_free_host_index == in _base_interrupt()1457 0 : ioc->reply_free_host_index + 1; in _base_interrupt()1458 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()1463 ioc->reply_free_host_index); in _base_interrupt()1464 writel(ioc->reply_free_host_index, in _base_interrupt()6404 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()6405 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
1340 u32 reply_free_host_index; member