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

/illumos-gate/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2_functions.c44 return (SMP_REQ_MINLEN);
55 if (len > SMP_REQ_MINLEN)
80 fp->srf_request_len = (rqlen - SMP_REQ_MINLEN) / 4;
95 ASSERT(rqlen >= SMP_REQ_MINLEN + sizeof (uint16_t));
222 return (SMP_REQ_MINLEN + sizeof (smp_report_self_config_status_req_t));
234 return (SMP_REQ_MINLEN + sizeof (smp_report_zone_perm_table_req_t));
246 return (SMP_REQ_MINLEN + sizeof (smp_report_zone_perm_table_req_t));
258 return (SMP_REQ_MINLEN + sizeof (smp_report_broadcast_req_t));
270 return (SMP_REQ_MINLEN + sizeof (smp_discover_req_t));
306 return (SMP_REQ_MINLEN
[all...]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dlibsmp_plugin.h41 #ifndef SMP_REQ_MINLEN
42 #define SMP_REQ_MINLEN \ macro
H A Dsmp_engine.c601 } else if (rqlen < SMP_REQ_MINLEN) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c65 uint8_t srq_buf[SMP_REQ_MINLEN];
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h136 #define SMP_REQ_MINLEN \ macro

Completed in 81 milliseconds