Searched refs:rpt_len (Results 1 – 1 of 1) sorted by relevance
1338 u32 trace_step = 0, rpt_len = 0, diff_t = 0; in _chk_btc_report() local1353 rpt_len = le16_to_cpu(btc_prpt->len); in _chk_btc_report()1562 pcinfo->rx_len = rpt_len; in _chk_btc_report()1565 if (rpt_len != pcinfo->req_len) { in _chk_btc_report()1572 __func__, rpt_type, rpt_len, pcinfo->req_len); in _chk_btc_report()2059 return (rpt_len + BTC_RPT_HDR_SIZE); in _chk_btc_report()2073 u32 index = 0, rpt_len = 0; in _parse_btc_report() local2084 rpt_len = le16_to_cpu(btc_prpt->len); in _parse_btc_report()2085 if ((index + rpt_len + BTC_RPT_HDR_SIZE) > buf_len) in _parse_btc_report()2089 if (!rpt_len) in _parse_btc_report()[all …]