Searched refs:SMP_RESP_MINLEN (Results 1 – 5 of 5) sorted by relevance
79 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 …]
45 #ifndef SMP_RESP_MINLEN46 #define SMP_RESP_MINLEN \ macro
607 rslen = 1020 + SMP_RESP_MINLEN; in smp_action_xalloc()608 } else if (rslen < SMP_RESP_MINLEN) { in smp_action_xalloc()
66 uint8_t srs_buf[SMP_RESP_MINLEN + sizeof (*srmir)]; in smp_probe()
138 #define SMP_RESP_MINLEN \ macro