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

/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h60 __le32 reply_free_host_index; member in struct:mpi3_sysif_registers
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1759 ioc->reply_free_host_index =
1760 (ioc->reply_free_host_index ==
1762 0 : ioc->reply_free_host_index + 1;
1763 ioc->reply_free[ioc->reply_free_host_index] =
1768 ioc->reply_free_host_index);
1769 writel(ioc->reply_free_host_index,
8282 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1;
8283 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex);
H A Dmpt3sas_base.h1304 * @reply_free_host_index: tail index in pool to insert free replys
1571 u32 reply_free_host_index; member in struct:MPT3SAS_ADAPTER
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c150 &mrioc->sysif_regs->reply_free_host_index);
3343 &mrioc->sysif_regs->reply_free_host_index);

Completed in 614 milliseconds