Searched refs:SMP_RESP_MINLEN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2_functions.c79 fp->srf_allocated_response_len = (rslen - SMP_RESP_MINLEN) / 4;
114 if (len >= SMP_RESP_MINLEN)
115 len -= SMP_RESP_MINLEN;
135 if (len > SMP_RESP_MINLEN)
158 if (len <= SMP_RESP_MINLEN + sizeof (uint16_t))
176 if (len >= SMP_RESP_MINLEN)
177 len -= SMP_RESP_MINLEN;
200 if (len >= SMP_RESP_MINLEN)
201 len -= SMP_RESP_MINLEN;
284 if (len >= SMP_RESP_MINLEN)
[all...]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dlibsmp_plugin.h45 #ifndef SMP_RESP_MINLEN
46 #define SMP_RESP_MINLEN \ macro
H A Dsmp_engine.c607 rslen = 1020 + SMP_RESP_MINLEN;
608 } else if (rslen < SMP_RESP_MINLEN) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c66 uint8_t srs_buf[SMP_RESP_MINLEN + sizeof (*srmir)];
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h138 #define SMP_RESP_MINLEN \ macro

Completed in 53 milliseconds