Searched defs:m_max_requests (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h477 * mpt->m_active->m_n_normal == mpt->m_max_requests - 2
616 * Last allocated slot is used for TM requests. Since only m_max_requests
617 * frames are allocated, the last SMID will be m_max_requests - 1.
621 mpt->m_max_requests))
622 #define MPTSAS_TM_SLOT(mpt) (mpt->m_max_requests - 1)
822 uint16_t m_max_requests; member in struct:mptsas

Completed in 52 milliseconds