Home
last modified time | relevance | path

Searched refs:sbq_host_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c146 old_idx = mrioc->sbq_host_index; in mpi3mr_repost_sense_buf()
147 mrioc->sbq_host_index = ((mrioc->sbq_host_index == in mpi3mr_repost_sense_buf()
149 (mrioc->sbq_host_index + 1)); in mpi3mr_repost_sense_buf()
151 writel(mrioc->sbq_host_index, in mpi3mr_repost_sense_buf()
3373 mrioc->sbq_host_index = mrioc->num_sense_bufs; in mpi3mr_init_ioc()
3374 writel(mrioc->sbq_host_index, in mpi3mr_init_ioc()
Dmpi3mr.h777 u32 sbq_host_index; member