Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2_functions.c79 fp->srf_allocated_response_len = (rslen - SMP_RESP_MINLEN) / 4; in sas2_rq_setframe()
114 if (len >= SMP_RESP_MINLEN) in sas2_rs_datalen()
115 len -= SMP_RESP_MINLEN; in sas2_rs_datalen()
135 if (len > SMP_RESP_MINLEN) in sas2_rs_dataoff()
158 if (len <= SMP_RESP_MINLEN + sizeof (uint16_t)) in sas2_rs_getparams()
176 if (len >= SMP_RESP_MINLEN) in sas2_report_general_rs_datalen()
177 len -= SMP_RESP_MINLEN; in sas2_report_general_rs_datalen()
200 if (len >= SMP_RESP_MINLEN) in sas2_report_manufacturer_info_rs_datalen()
201 len -= SMP_RESP_MINLEN; in sas2_report_manufacturer_info_rs_datalen()
284 if (len >= SMP_RESP_MINLEN) in sas2_discover_rs_datalen()
[all …]
/titanic_41/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; in smp_action_xalloc()
608 } else if (rslen < SMP_RESP_MINLEN) { in smp_action_xalloc()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c66 uint8_t srs_buf[SMP_RESP_MINLEN + sizeof (*srmir)]; in smp_probe()
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h138 #define SMP_RESP_MINLEN \ macro