Searched refs:reply_free_host_index (Results 1 – 4 of 4) sorted by relevance
981 ioc->reply_free_host_index = in _base_interrupt()982 (ioc->reply_free_host_index == in _base_interrupt()984 0 : ioc->reply_free_host_index + 1; in _base_interrupt()985 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()988 writel(ioc->reply_free_host_index, in _base_interrupt()4381 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()4382 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
986 u32 reply_free_host_index; member
975 ioc->reply_free_host_index = in _base_interrupt()976 (ioc->reply_free_host_index == in _base_interrupt()978 0 : ioc->reply_free_host_index + 1; in _base_interrupt()979 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()982 writel(ioc->reply_free_host_index, in _base_interrupt()4520 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()4521 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
928 u32 reply_free_host_index; member