Home
last modified time | relevance | path

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

/drivers/scsi/mpt2sas/
Dmpt2sas_base.c972 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()
Dmpt2sas_base.h969 u32 reply_free_host_index; member
/drivers/scsi/mpt3sas/
Dmpt3sas_base.c965 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()
Dmpt3sas_base.h892 u32 reply_free_host_index; member