Home
last modified time | relevance | path

Searched refs:reply_free_host_index (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c888 ioc->reply_free_host_index = in _base_interrupt()
889 (ioc->reply_free_host_index == in _base_interrupt()
891 0 : ioc->reply_free_host_index + 1; in _base_interrupt()
892 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()
895 writel(ioc->reply_free_host_index, in _base_interrupt()
3756 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()
3758 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
Dmpt2sas_base.h812 u32 reply_free_host_index; member