Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
A Dmpi3mr_fw.c2487 mrioc->num_sense_bufs = mrioc->facts.max_reqs / MPI3MR_SENSEBUF_FACTOR; in mpi3mr_alloc_reply_sense_bufs()
2488 mrioc->sense_buf_q_sz = mrioc->num_sense_bufs + 1; in mpi3mr_alloc_reply_sense_bufs()
2520 sz = mrioc->num_sense_bufs * MPI3MR_SENSEBUF_SZ; in mpi3mr_alloc_reply_sense_bufs()
2556 sz = mrioc->num_sense_bufs * MPI3MR_SENSEBUF_SZ; in mpi3mr_alloc_reply_sense_bufs()
2559 mrioc->sense_buf, mrioc->num_sense_bufs, MPI3MR_SENSEBUF_SZ, in mpi3mr_alloc_reply_sense_bufs()
2575 i < mrioc->num_sense_bufs; i++, phy_addr += MPI3MR_SENSEBUF_SZ) in mpi3mr_alloc_reply_sense_bufs()
3359 mrioc->sbq_host_index = mrioc->num_sense_bufs; in mpi3mr_init_ioc()
A Dmpi3mr.h767 u32 num_sense_bufs; member

Completed in 12 milliseconds