reply_free_host_index 1501 drivers/scsi/mpt3sas/mpt3sas_base.c 				ioc->reply_free_host_index =
reply_free_host_index 1502 drivers/scsi/mpt3sas/mpt3sas_base.c 				    (ioc->reply_free_host_index ==
reply_free_host_index 1504 drivers/scsi/mpt3sas/mpt3sas_base.c 				    0 : ioc->reply_free_host_index + 1;
reply_free_host_index 1505 drivers/scsi/mpt3sas/mpt3sas_base.c 				ioc->reply_free[ioc->reply_free_host_index] =
reply_free_host_index 1510 drivers/scsi/mpt3sas/mpt3sas_base.c 						ioc->reply_free_host_index);
reply_free_host_index 1511 drivers/scsi/mpt3sas/mpt3sas_base.c 				writel(ioc->reply_free_host_index,
reply_free_host_index 6845 drivers/scsi/mpt3sas/mpt3sas_base.c 	ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1;
reply_free_host_index 6846 drivers/scsi/mpt3sas/mpt3sas_base.c 	writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex);
reply_free_host_index 1398 drivers/scsi/mpt3sas/mpt3sas_base.h 	u32		reply_free_host_index;