Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2_functions.c44 return (SMP_REQ_MINLEN); in sas2_rq_len()
55 if (len > SMP_REQ_MINLEN) in sas2_rq_dataoff()
80 fp->srf_request_len = (rqlen - SMP_REQ_MINLEN) / 4; in sas2_rq_setframe()
95 ASSERT(rqlen >= SMP_REQ_MINLEN + sizeof (uint16_t)); in sas2_rq_setframe()
222 return (SMP_REQ_MINLEN + sizeof (smp_report_self_config_status_req_t)); in sas2_report_self_config_status_rq_len()
234 return (SMP_REQ_MINLEN + sizeof (smp_report_zone_perm_table_req_t)); in sas2_report_zone_perm_table_rq_len()
246 return (SMP_REQ_MINLEN + sizeof (smp_report_zone_perm_table_req_t)); in sas2_report_zone_mgr_password_rq_len()
258 return (SMP_REQ_MINLEN + sizeof (smp_report_broadcast_req_t)); in sas2_report_broadcast_rq_len()
270 return (SMP_REQ_MINLEN + sizeof (smp_discover_req_t)); in sas2_discover_rq_len()
306 return (SMP_REQ_MINLEN + sizeof (smp_report_phy_error_log_req_t)); in sas2_report_phy_error_log_rq_len()
[all …]
/titanic_41/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) { in smp_action_xalloc()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c65 uint8_t srq_buf[SMP_REQ_MINLEN]; in smp_probe()
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h136 #define SMP_REQ_MINLEN \ macro