Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c843 rpf = &ioc->reply_post_free[ioc->reply_post_host_index]; in _base_interrupt()
902 ioc->reply_post_host_index = (ioc->reply_post_host_index == in _base_interrupt()
904 ioc->reply_post_host_index + 1; in _base_interrupt()
906 ioc->reply_post_free[ioc->reply_post_host_index].Default. in _base_interrupt()
911 if (!ioc->reply_post_host_index) in _base_interrupt()
923 writel(ioc->reply_post_host_index, &ioc->chip->ReplyPostHostIndex); in _base_interrupt()
3757 ioc->reply_post_host_index = 0; in _base_make_ioc_operational()
Dmpt2sas_base.h819 u32 reply_post_host_index; member
/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_sas.h813 u32 reply_post_host_index; /*006Ch*/ member
Dmegaraid_sas_fusion.c1750 &instance->reg_set->reply_post_host_index); in complete_cmd_fusion()