[go: nahoru, domu]

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

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c977 ioc->reply_free_host_index =
978 (ioc->reply_free_host_index ==
980 0 : ioc->reply_free_host_index + 1;
981 ioc->reply_free[ioc->reply_free_host_index] =
984 writel(ioc->reply_free_host_index,
4352 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1;
4353 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex);
H A Dmpt2sas_base.h786 * @reply_free_host_index: tail index in pool to insert free replys
981 u32 reply_free_host_index; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c971 ioc->reply_free_host_index =
972 (ioc->reply_free_host_index ==
974 0 : ioc->reply_free_host_index + 1;
975 ioc->reply_free[ioc->reply_free_host_index] =
978 writel(ioc->reply_free_host_index,
4488 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1;
4489 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex);
H A Dmpt3sas_base.h719 * @reply_free_host_index: tail index in pool to insert free replys
923 u32 reply_free_host_index; member in struct:MPT3SAS_ADAPTER

Completed in 41 milliseconds