Home
last modified time | relevance | path

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

/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c2489 mrioc->num_sense_bufs = mrioc->facts.max_reqs / MPI3MR_SENSEBUF_FACTOR; in mpi3mr_alloc_reply_sense_bufs()
2490 mrioc->sense_buf_q_sz = mrioc->num_sense_bufs + 1; in mpi3mr_alloc_reply_sense_bufs()
2522 sz = mrioc->num_sense_bufs * MPI3MR_SENSEBUF_SZ; in mpi3mr_alloc_reply_sense_bufs()
2558 sz = mrioc->num_sense_bufs * MPI3MR_SENSEBUF_SZ; in mpi3mr_alloc_reply_sense_bufs()
2561 mrioc->sense_buf, mrioc->num_sense_bufs, MPI3MR_SENSEBUF_SZ, in mpi3mr_alloc_reply_sense_bufs()
2577 i < mrioc->num_sense_bufs; i++, phy_addr += MPI3MR_SENSEBUF_SZ) in mpi3mr_alloc_reply_sense_bufs()
3375 mrioc->sbq_host_index = mrioc->num_sense_bufs; in mpi3mr_init_ioc()
Dmpi3mr.h768 u32 num_sense_bufs; member