Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4497 int i, j, k, l, frames, sgemax; in mptsas_sge_chain() local
4518 sgemax) > 1) { in mptsas_sge_chain()
4593 (sgemax * sizeof (MPI2_SGE_SIMPLE64)) >> 2); in mptsas_sge_chain()
4624 if ((l == (sgemax + 1)) && (k != frames)) { in mptsas_sge_chain()
4658 (sgemax * in mptsas_sge_chain()
4712 if ((l == sgemax) && (k != frames)) { in mptsas_sge_chain()
4834 int i, j, k, l, frames, sgemax; in mptsas_ieee_sge_chain() local
4855 sgemax) > 1) { in mptsas_ieee_sge_chain()
4929 (sgemax * sizeof (MPI2_IEEE_SGE_SIMPLE64)) >> 4); in mptsas_ieee_sge_chain()
4960 if ((l == (sgemax + 1)) && (k != frames)) { in mptsas_ieee_sge_chain()
[all …]